t by registration No. Each Student should have Following Attributes: I. Reg No (Unique for each student) II. Name III. DOB IV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’) V. Program (like BSCS, BSM, BSSE etc.) VI. Subjects (Maximum 5) VII. Obtained Marks in each subject out of 100 Note: 1. Each Function should get appropriate inputs. 2. Each Function should return appropriate value if required. 3. Use of Pointers and Array Sorting should be applied in program. 4. Program must be well commented
1. Add New Student
2. Remove Existing Student
3. Search Student (one OR more) by Department
4. Search Student (one OR more) by City
5. Search Student (one OR more) by
6. Update Existing Student (Using Pointers)
7. Find Total Number of Students of Specific Department
8. Find Average Result of Specific Department
9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail
10. Find the grade each subject of the student by registration No.
Each Student should have Following Attributes:
I. Reg No (Unique for each student)
II. Name
III. DOB
IV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’)
V. Program (like BSCS, BSM, BSSE etc.)
VI. Subjects (Maximum 5)
VII. Obtained Marks in each subject out of 100
Note:
1. Each Function should get appropriate inputs.
2. Each Function should return appropriate value if required.
3. Use of Pointers and Array Sorting should be applied in program.
4. Program must be well commented.
Step by step
Solved in 2 steps