A console-based C project to manage student records using binary file handling. Designed for beginners learning file operations, data structures, and modular programming.
- β Add new students (overwrites if roll number already exists)
- π View all student records
- π Search student by roll number
- π Update student details
- β Delete student record
- C Programming
- File Handling (
fread,fwrite) - Binary Files
- Clone the repository:
git clone https://github.com/TarequeSyed/Student-Record-Manager cd Student-Record-Manager