Question: Cc c program Question 3 (a) Write a function with the following signature: char *triplicate(char S[], charc) This function will return a pointer to a

Cc
c program
Question 3 (a) Write a function with the following signature: char *triplicate(char S[], charc) This function will return a pointer to a new C-string where all occurances of the character C are tripled. For example: std::cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
