write a ptogram to create 10 object of students structure which contain given information name roll num and marks.take input from user now show name and roll num of studenys who got maximum marks
Answers
Answered by
0
Answer:
Each Student Record should have: Name Roll Number Age ... A structure is a user-defined data type in C/C ++. ... Here we are taking 5 students for simplicity.
Similar questions