plz provide the c program to remove the blank spaces
No.
That's not what we do. The way it works is *you* post your code, and also post up a description of your problem or error with that code.
We will take a look at it and suggest ways of fixing it.
We don't *do* your homework, we help you with *your* code problems.
Adak
Nearly a Posting Virtuoso
1,479 posts since Jun 2008
Reputation Points: 425
Solved Threads: 185
LOL
but seriously, if there ever was a problem that should be solved by Perl... this is it.
look into Perl. this is the kind of problem it's designed to do. and can do it in about 3 lines of code.
jephthah
Posting Maven
2,587 posts since Feb 2008
Reputation Points: 2,143
Solved Threads: 179
LOL
but seriously, if there ever was a problem that should be solved by Perl... this is it.
look into Perl. this is the kind of problem it's designed to do. and can do it in about 3 lines of code.
Python does it with one line:
text = text.replace(' ', '')
Ene Uran
Posting Virtuoso
1,723 posts since Aug 2005
Reputation Points: 625
Solved Threads: 213