|
How to achieve this - Minimum Code to Strip Blank Spaces
Hi All,
I have a string with blank space throughout the string that is at several places in between the string. But I want the final output of the string with the blank spaces stripped off or removed off. How to achieve the above with minimum line of code in C program?
Regards,
Norman
|