Write a program in C that takes a string and two characters as input and replaces each occurrence of the first character with the second character. Sample Input:...

Write a program in C that takes a string and two characters as input and replaces each occurrence  of the first character with the second character.   Sample Input:  Input the String : I am a student of UIU.  Input the first character : a  Input the second character : #  Sample Output :  I #m # student of UIU.

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here