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