Hello people, I am just starting C programming and I am having trouble with fopen.
My current text works fine but I can't figure out how to keep the result. Here is my code.
EDIT: I messed up on the first question (sorry coder777) here is a simpler more easy to understand version.
So say I want to put Hello. in myfile.txt BUT if I want to keep that result and put something else in too and be able to see both of them in myfile.txt, how would I do that? Don't worry it's not homework.