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 variable in addition to the parameter;that additional variable must be of a pointer type. Your function must not use any square brackets and must not use any of the functions such as strlen, strcpy, etc. Prepare your solutions to these homework problems as a single Word document named hw. docxor hw.doc, or a plain text file named hw.txt. Put that file in a zip file, and follow the turn in Project 6 link to turn in the zip file.

Question image 1Question image 2Question image 3