A simple Student Management System built in C using structures and file handling to store and manage student records.
🚀 Features
- Add student records
- Store data using file handling
- View saved records
- Menu-driven interface
##🧠 Concepts Used
- Structures
- File Handling
- Control Flow
gcc program.c -o program
./programBuilt to practice C fundamentals and understand basic data management.