Removing spaces in the string (C++) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Removing spaces in the string (C++)

How can I remove spaces from a string in c++? For example: Input: adhs shsb enwnd Output: adhsshsbenwnd

20th Nov 2019, 6:05 PM
Pillby
Pillby - avatar
1 Answer
+ 1
It's a very common question and is already asked a lot of times. Kindly use the search bar with the keywords like string, remove, spaces etc. https://www.sololearn.com/Discuss/1073080/?ref=app
20th Nov 2019, 6:11 PM
Avinesh
Avinesh - avatar