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_!
=================================================
• C Programming - Strings
Website : http://www.jlabstech.com
Like us on Facebook : / jlabstechnology
Follow on Twitter : / _jlabs_