Removing spaces in the string (C++) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
+ 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