This project is a simple Student Management System implemented in C. It allows you to add, delete, search, sort, save, and load student records. The project is designed to be simple and easy to use, making it a great addition to your GitHub profile.
- Add Student: Add a new student to the list.
- Delete Student: Delete a student from the list using their student ID.
- Search Student: Search for a student by their student ID.
- Sort Students: Sort the list of students by their average score.
- Save to File: Save the list of students to a file.
- Load from File: Load the list of students from a file.
- Print Students: Print the list of all students.
To compile and run this project, you need to have a C compiler installed on your system. For example, you can use gcc
on Linux or MinGW on Windows.
To compile the project, use the following command:
gcc -o student_management main.c student_management.c