[Solved]1 Write Function Substitutes Occurences Character Character Str Using Pointers Char Subst Q37217898
c language1. Write a function that substitutes all the occurences of the from character with the to character in str using pointers only. char *substitute (char *str, char from, char to); Show transcribed image text 1. Write a function that substitutes all the occurences of the from character with the to character in str using pointers only. char *substitute (char *str, char from, char to);
Expert Answer
Answer to 1. Write a function that substitutes all the occurences of the from character with the to character in str using pointer… . . .
OR

