i'm working on a small project where i'm storing student details in an array of structures.The admin logs in to modify these details.How do i get this data to remain permanent?(i.e the data entered should not be erased every time i re-open the program)
Is there no way other than using the concept of files?If the answer is no,please tell me how to do it with files.