This is also a university project from Yangzhou university .Basically it's a project using c language . It's kind of primary level project to understand about programming.
Here is a design of practical small student management procedures, with insert,delete,modify and query functions.
It consists of student name,student id, gender,Date of birth,Department,phone number .
Functions:
The system works as a menu,
- Student information input
- Student information modification (according to student ID)
- Student information query
- Count the total number of students and displaying all details.
- Insert marks into the individual student ID
- Showing the result of the students
- Exit the system
Implement file read and write. The interface is simple and easy to operate.
Student field:
Student Name, Student ID, gender, Date of birth, Department,phone number .

