A console-based, menu-driven Student Management System built in C using file handling.
- Add student records
- View stored records
- Update student details
- Persistent storage using files
- Simple menu-driven interface
- C programming
- Structures
- File handling
- Conditional statements and loops
- Compile the program: gcc main.c -o student
- Run: ./student
Nipun Dhiman