Question
5. Write a function named removes that accepts one character pointer as a parameter and returns no value. The parameter is a C string. This function must remove all of the upper and lower case 's' letters from the string. The resulting string must be a valid C string.Your function must declare no more than one local v
Question image 1Question image 2Question image 3