Computer Science, asked by Sadiaalam940, 2 months ago

Write a function named "replace_char" in C that takes a string as parameter which replaces the
spaces with a specific character in string parameter.
Test Data:
Input: Be glad to see the back of
Replace character:
Output: Be*glad*to*see*the*back*of​

Answers

Answered by Anonymous
0

Answer:

Write a function named "replace_char" in C that takes a string as parameter which replaces the

spaces with a specific character in string parameter.

Test Data:

Input: Be glad to see the back of

Replace character:

Output: Be*glad*to*see*the*back*of

Similar questions