In our university following registration numbers are assigned to students
786-FBAS-BSSE-F12
Where 786 is student ID, FBAS is faculty, BSSE is degree program and F12 is Batch.
Write a program that reads registration numbers of 20 students. Use array of structures for storing student information. Provide user with following menu option to find information of any student.
Find using:
Student ID
Faculty
Degree Program
Batch
If user selects option 2, and enters FBAS as faculty then display records of all the students that are enrolled in FBAS. Information must be displayed in table format as
Student ID Faculty Degree program Batch
------------------------------------------------------------------------------
786 FBAS BSSE F12