Create menu-driven student record system that will store the ID, a Name, and CGPA of students. The menu will consist of three options namely ALL Students, New Student, and Remove Student....


Create<br>menu-driven student<br>record system that will store<br>the ID,<br>a<br>Name,<br>and CGPA of students. The menu will consist of three options<br>namely ALL Students, New Student, and Remove Student.<br>Characteristics of the menu options:<br>1. ALL Students: It will display all the students' information (ID<br>NAME -<br>CGPA) from a file.<br>2. New Student: It will add a new entry to the file.<br>3. Remove Student: It will remove a particular record from the file<br>based on student ID/Name.<br>Requirements:<br>Your<br>solution<br>should<br>reflect<br>the<br>use<br>of<br>structures,<br>files,<br>pointers, functions, and repetition structures.<br>

Extracted text: Create menu-driven student record system that will store the ID, a Name, and CGPA of students. The menu will consist of three options namely ALL Students, New Student, and Remove Student. Characteristics of the menu options: 1. ALL Students: It will display all the students' information (ID NAME - CGPA) from a file. 2. New Student: It will add a new entry to the file. 3. Remove Student: It will remove a particular record from the file based on student ID/Name. Requirements: Your solution should reflect the use of structures, files, pointers, functions, and repetition structures.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here