C Replace String
a function pointer replace is created in which variables st,
orig, repl...;substring which is to be replaced and repl represents the
replaced substring...;
char *replace(char *st, char *orig, char *repl) 
C Tutorials
, repl of pointer type are declared. The st represents the string,
orig
represents the substring which is to be replaced and repl represents the
replaced