Welcome to the Student Database Management System! This simple program allows you to manage a list of students. It supports adding students, displaying the list, searching for a student by ID, and exiting the system.
- Add Student: Enter student details including ID, name, and GPA.
- Display Students: View the list of all added students.
- Search Student: Find a student by entering their ID.
- Exit: Quit the program.
Compile and run the program using a C compiler.
gcc student_management_system.c -o student_management_system
./student_management_system