- Make a ‘structure’ by the name STUDENT. The structure should contain the records of students. The record (structure) should contain Name(array), Registration number(array), Program/Degree(array) and Course/Subject Name(array) (four options).
- At start, the program should add records of at-least 2 students.
- The program should be capable of:
1) Adding more student record on demand
2) Printing a specific student’s record on demand
3) Printing all student’s record on demand
4) Exit the program on demand
- The program should always display a list of the above mentioned four features and it not end unless the user enters 0 and tell the program to end (the last feature of the above mentioned features).