question archive Create a structure to specify data of students in a college
Subject:Computer SciencePrice: Bought3
Create a structure to specify data of students in a college. The data to be stored are: Name, student ID, semester and fees. Assume maximum of 31 students in the college a. Ask the user to enter number of students and student details (: Name, student ID, semester and fees) and print information as per following. Name student ID semester fees Johny 234556 2 5,500 Merray 456789 4 8,000 a. Write a function and also print the Name, student ID, semester and fees of each student with fees above $5,000/-