Question: C program help... Write a program that has a function that removes up to n predefined characters from the text and returns the number of
C program help...
Write a program that has a function that removes up to n predefined characters from the text and returns the number of substitutions. If the symbol to be eliminated is not found, the text is not changed and O is returned. The function must have the following parameters: text, symbol to be removed, number of repetitions. Select parameters and the correct data types for the function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
