My question is pretty basic:
How do I, whenever I save something to a file (txt), always start recording after the information that was already written there?
I mean, how do I not overwrite the contents of a file that already had information entered?
Language C in this case