Question: 2- Define struct named Student that represents the ID (4 digits only) and marks (out of 100) of a student. a) Write a function that

2- Define struct named "Student" that represents the ID (4 digits only) and marks (out of 100) of a student. a) Write a function that reads the data of 5 students and store them in an array of the struct "student". b) Write a function that prints the students' data on the screen. c) Write a function that prints the ID of the student with maximum marks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
