So I have a file called test.txt with the following text:
Hello World! I hope you are doing well. I am also well. Bye see you!
Now I want to remove the word Bye from the text file. I want to make changes in the same file, in the test.txt file, not in a seperate file. How do I do that in C program?
Thanks in advance