AD1

Thursday, 2 February 2017

Remove all blank spaces in a string

Write a C program to remove all the blank spaces from a string.
as example if string is "hello world , C programming" then the output will be "helloworld,Cprogramming"


No comments:

Post a Comment