Introduction - If you have any usage issues, please Google them yourself
The basic operation of the linear table
The definition of a contains student information (number, name, score) sequential list and linked list, which has the following functions:
(1) input student information according to the number of assigned students
(2) displays the relevant information of all the students in the student table
(3) find under the name and returns the number of students learning and achievement
(4) according to the specified location can be returned to the corresponding student information (number, name, score)
(5) insert a student information into the specified location in the table
(6) delete the student record at the specified location
(7) the number of students in the statistical table.