A VIT Chennai coursework project — a menu-driven C program to manage student academic records and generate performance reports.
Course: Structured and Object Oriented Programming · Reg. No: 25BCE5098 · Dept: BCE (CSE)
- ➕ Add, search, update and display student records
- 🏆 Topper detection
- 📊 Class statistics & grade-distribution reports
- 💾 Persistent storage via binary file (
students.dat) - 🧭 Menu-driven console interface
- Language: C
- Storage: binary file I/O
gcc main.c -o analyzer
./analyzerThe repo also includes browser-runnable assets (
index.html,index.js,index.wasm).
- OOPS-Projects — combined C + C++ coursework with documentation.
MIT — © 2026 Daksh Agarwal