Files as databases: writing and reading files
Below is a simple C program that uses an array of structs to input details about students and then writes the structures to a file as a database. The program assumes that each student has a name, roll number, and marks.
Certainly! If you want to writ...
blog.jyotiprakash.org8 min read