lorglas
Results
1
comments of
lorglas
Here is my Solution. char* replaceWordInText(char *text, char *oldWord, char *newWord, int x) { char *newString; int i = 0, cnt = 0; int u=1; int len1 = strlen(newWord); int...