Question: please write in c. Task: replace Write a function that accepts a string and two characters as arguments and replaces all occurrences of a character

please write in c.
Task: replace Write a function that accepts a string and two characters as arguments and replaces all occurrences of a character that is specified as the second argument by a character that is specified as the third argument in the string that is specified as the first argument. For example, when called with arguments stephenville texas", s, S' it will replace all occurrences of 's, by capital S' and the result will be Stephenville texas
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
