Posts by astorga • 131 points
1 post
-
3
votes3
answers579
viewsA: How to store variables in.txt files
To write C files, you can use the functions fopen, fwrite and fclose (included in header stdio.h). Here is a practical example on how to write and read data in a file:…