write an interactive c program which prompts the


Write an interactive C program which prompts the user with the following options
on the opening menu:
1) Student information
2) Theory counselling batch-scheduling
3) Practical counselling batch-scheduling
4) Assignment submissions
5) Change of the correspondence address
6) General Queries
7) Quit

Enter your choice:

If an “1” is entered, prompt the student for the enrolment number and display the student information containing the details the semester he registered for, year of study, name of the programme, batch, duration details, name of the study centre, name of the regional centre, details regarding the fees s/he paid etc . If “2” is entered, it should give the schedule for the theory counselling upon giving the batch number as input. . If “3” is entered, it should give the schedule for the practical counselling upon giving the batch number as input. If “4” is entered it should display the assignment submission schedules and viva voce schedules. If “5” is entered it should display the present correspondence address and should prompt the user to enter the change in the same if any and the necessary file is to be updated with the revised address. If “6” is entered it should present the general frequently asked questions. If “7” is entered, exit the program. If the user enters any letters or numbers other than the choice, redisplay the prompt. All output should go to the terminal and all input should come from the keyboard.

Request for Solution File

Ask an Expert for Answer!!
Application Programming: write an interactive c program which prompts the
Reference No:- TGS0154287

Expected delivery within 24 Hours