Skip to content

:To develop a student management system to manage details of students and to serve different kinds of information.

Notifications You must be signed in to change notification settings

DeepikaA2004/STUDENT_INFORMATION_MANAGEMENT_SYSTEM.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

STUDENT_INFORMATION_MANAGEMENT_SYSTEM.c

: To develop a student management system to manage details of students and to serve different kinds of information.

DESCRIPTION:

1)ADD STUDENT DETAILS: Get data from the user and add a student to the list of students. While adding the students to the list, could you check for the uniqueness of the roll number?
2)FIND THE STUDENT BY GIVEN ROLL NUMBER: This function is to find the student record for the given roll number and print the details.
3)FIND THE STUDENT BY GIVEN FIRST NAME: This function is to find all the students with the given first name and print their details.
4)FIND THE STUDENTS REGISTERED IN THE COURSE: This function is to find all the students who have registered for a given course.
5)COUNT OF STUDENTS: This function is to print the total number of students in the system.
6)DELETE A STUDENT: This function is to delete the student record for the given roll number.
7)UPDATE STUDENT: This function is to update the student records. This function does not ask for new details for all fields but the user should be able to pick and choose what he wants to update.

About

:To develop a student management system to manage details of students and to serve different kinds of information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages