Menu

[Solved]1 Write Function Substitutes Occurences Character Character Str Using Pointers Char Subst Q37217898

1. Write a function that substitutes all the occurences of the from character with the to character in str using pointers onlc 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


Leave a Reply

Your email address will not be published. Required fields are marked *