You are on page 1of 1

School Management System

C graduation project

This project is focused on student record services in


school, so it is named “School Management System”.

Here, you can create a new student, update


information of an existing student, view and manage
scores, check the details of an existing student,
remove existing student and view student’ list.

The function we are looking for:

 MAIN_MENU () – this function displays the


welcome screen and targeted activates.
 NEW_STUDENT() – this function creates a
new student account. it asks about details of the
student such as name, date of birth, ID, address
and phone number.

FALL 


DELETE_STUDENT() – this function is for
deleting a customer account.
STUDENT_LIST() –this function, you can view

2020
the students information such as name, date of
birth, ID, address and phone number in table
form (alphabetically ascending).
 STUDENT_EDIT() – this function has been used
for updating a particular student account.
 RANK_STUDENT() –this function can sort all
students according to computer science score.
 STUDENT_SCORE() – this function has been
used for updating score of all students.
-The delivered code should provide array and linked
list solution.
-team work is forbidden.

You might also like