COMSATS is a well famous University for Computer Science. It Keeps the Student’s record in awell-mannered way. Write a C Program using Concepts of Arrays and string functions. You are required tocreate a menu-based program which should be able to perform following tasks by using Functions:1. Add New Student2. Remove Existing Student3. Search Student (one OR more) by Department4. Search Student (one OR more) by City5. Search Student (one OR more) by Program (Using Array Sorting)6. Update Existing Student (Using Pointers)7. Find Total Number of Students of Specific Department, , City or Program wise8. Find Average Result of Specific Department9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail , Like your ResultCard10. 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. NameIII. DOBIV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’)V. CityVI. Program (like BSCS, BSM, BSSE etc.)VII. Subjects (Maximum 5)VIII. Obtained Marks in each subject out of 100.
Your task is to implement File Handling on each function you created. Your Program should do following tasks using File Handling (Read and Write files according to functions):1. Add New Student2. Remove Existing Student3. Search Student (one OR more) by Department4. Search Student (one OR more) by City5. Search Student (one OR more) by Program (Using Array Sorting)6. Update Existing Student (Using Pointers)7. Find Total Number of Students of Specific Department8. Find Average Result of Specific Department9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail10. Find the grade each subject of the student by registration No.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here