This is a Student Management System implemented in C that allows users to manage student data. The system enables entering student details, calculating grades and averages, sorting students by marks, and generating class statistics.
- Enter and store student data (ID, name, age, total marks).
- Calculate average marks and assign grades.
- Display a list of all students.
- Search for students by their ID.
- Sort students based on their total marks.
- Display class-level statistics such as highest and lowest marks, grade distribution, and more.