A simple terminal-based Student Database Management System written in C.

Опубликовано: 05 Май 2026
на канале: Pramis Kunwar
6
0

This program allows users to manager student records through a CLI and stores the data in a file named "Student.txt".

Features:
Add student records (ID,NAME,AGE,MARKS)
Display all student records
Search student by ID
Update student info
Delete student record
Menu-driven terminal interface
Modular multi-file C project structure.


Github username: PramisKunwar