Question: Write C program that define struct named student that represents the data of a student : Name(30 character),ID(10 digits),GPA write the following C functions :
Write C program that define struct named "student" that represents the data of a student : Name(30 character),ID(10 digits),GPA write the following C functions : a. read the data of 10 students and store them in an array of the struct "student" b.read An ID from the user and print the data of that student c. print the average GPA of the students and print the data of the students with GPA above the average GPA and print the students in descending order of GPA d.print the students in ascending order of names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
