Computer Science, asked by rubiarora087, 7 months ago

WAP application in C language
to create and maintain information of the students of a School.
->Use of files and structure to develop the application is mandatory.
The application should store the following data:
Student ID, Student Name, Class of the student, percentage of marks obtained by the student in last class and contact phone of the parents of the student.
This application should support the following operations of the student data (you can design a simple menu option for each operation)
->Creating a New student Record
->Searching the data of a student based on his/her ID or name.
->Listing of all the Records of a class
->Modifying the record of a student

Answers

Answered by irfan1728
3

Explanation:

This application should support the following operations of the student data (you can design a simple menu option for each operation)

->Creating a New student Record

->Searching the data of a student based on his/her ID or name.

->Listing of all the Records of a class

->Modifying the record of a student

Similar questions