Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 673 Bytes

File metadata and controls

30 lines (20 loc) · 673 Bytes

📚 Student Record Manager

A console-based C project to manage student records using binary file handling. Designed for beginners learning file operations, data structures, and modular programming.


✨ Features

  • ➕ Add new students (overwrites if roll number already exists)
  • 📋 View all student records
  • 🔍 Search student by roll number
  • 📝 Update student details
  • ❌ Delete student record

🔧 Tech Stack

  • C Programming
  • File Handling (fread, fwrite)
  • Binary Files

🚀 How to Run

  1. Clone the repository:
    git clone https://github.com/TarequeSyed/Student-Record-Manager
    cd Student-Record-Manager