+ 1
Can someone help me with this code?
I have a string and I want to find a special word in that string and replace it with another word How can I code that in C?
2 Respuestas
+ 2
This may help you..
https://www.google.com/amp/s/www.geeksforgeeks.org/c-program-replace-word-text-another-given-word/amp/
But I think, better to implement your own function using loop, strtok(), strcpy..
+ 1
Thanks a lot Jayakrishna🇮🇳
Really helpful🙏🙏😊