Computer Science, asked by harshaldurgawale, 15 hours ago

Create a structure student (roll no, name, marks of 3 subjects, percentage). Accept details of n students and write a menu driven program to perform the following operations. Write separate functions for the different options.
i) Search
ii) Modify
iii) Display all student details
iv) Display all student having percentage>60
v) Display student having maximum percentage

Answers

Answered by rameshadhikari743
0

Answer:

Create a structure student (roll no, name, marks of 3 subjects, percentage). Accept details of n students and write a menu driven program to perform the following operations.

Similar questions