Computer Science, asked by harshaldurgawale, 7 hours ago

1. 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
2

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. 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 maximu

Similar questions