c icon indicating copy to clipboard operation
c copied to clipboard

Student Information Management System

Open oba211 opened this issue 3 years ago • 2 comments

Prerequisites: Switch Case in C/C++

Approach: The idea is to form an individual functions for every operation. All the functions are unified together to form software.

Add Student Details: Get data from user and add a student to the list of students. While adding the students into the list, check for the uniqueness of the roll number. Find the student by the given roll number: This function is to find the student record for the given roll number and print the details. Find the student by the given first name: This function is to find all the students with the given first name and print their details. Find the students registered in a course: This function is to find all the students who have registered for a given course. Count of Students: This function is to print the total number of students in the system Delete a student: This function is to delete the student record for the given roll number. 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

I am creating a pull request for...

  • [ ] New algorithm
  • [ ] Update to an algorithm
  • [ ] Fix an error
  • [ ] Other - Describe below

oba211 avatar Oct 21 '20 03:10 oba211

plz check my repositories?is any issues ?

oba211 avatar Nov 03 '20 06:11 oba211

@abranhe, you may close this PR by adding the plagiarism label if you found my review reasonable.

Thanks!

hemanth-kotagiri avatar Nov 04 '20 15:11 hemanth-kotagiri