C code to remove spaces or excess blanks from a string, For example consider the string
There are two spaces in this string, so our program will print a string
"c programming". It will remove spaces when they occur more than one time consecutively in string anywhere.
"c programming". It will remove spaces when they occur more than one time consecutively in string anywhere.
C programming code
If you want you can copy blank into text string so that original string is modified.
Download Remove spaces program.
No comments:
Post a Comment