filmov
tv
C Strings 25: Replace the spaces of a string with a specific character [C Programming]
Показать описание
Write a program in C to replace the spaces of a string with a specific character.
Expected Output :
Input a string : Welcome to JLabs !
Replacement character : _
Result : Welcome_to_JLabs_!
=================================================
Expected Output :
Input a string : Welcome to JLabs !
Replacement character : _
Result : Welcome_to_JLabs_!
=================================================
Комментарии