Question: Question 4) Write a function list pass () for the linked list. This function should list all student information which average is equal or greater

Question 4) Write a function list pass () for the linked list. This function should list all student information which average is equal or greater than 50. Use the structure shown below as the node of the linked list PI struct student { int stdno; char name[25]; int midterm, quiz, final; float aver; struct student *nextPtr; }; LS ( ) 1 341 128 30 in H Type here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
