Question: Write a function called Remove with two parameters. The first is a C type string. The second is a single character. The function will search

Write a function called Remove with two parameters. The first is a "C type string". The second is a single character. The function will search through the string and remove any instances of the single character in the string (case sensitive). That is, if the string is "Bill Slater" and the single character is 'I', the changed string will now be "Bi Sater". (15 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
