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