Question: (C PROGRAM) Restaurant Waiting List The waiting list is created interactively by typing one of the following commands with their arguments provided in a menu:

 (C PROGRAM) Restaurant Waiting List The waiting list is created interactively

(C PROGRAM) Restaurant Waiting List The waiting list is created interactively by typing one of the following commands with their arguments provided in a menu: >>>1 >> 2 eg. 23 1/Removes (show and delete) oldest entry which fits the size of the table >>> 3 eg. // Shows the list, name, and number, from oldest to newest >>> 4 eg. 4 [/Quits Requirements Variables needed: 2 arrays (one for the names and one for the numbers) and a counter (size of the list) Loop forever accepting commands (until the user quits) Create 3 functions one for each of the following operations: insert, remove, and show list Do not allow names to repeat Note: assume single word names and lower case input List mechanism Your list should stay in the oldest-to-newest order Always insert a new entry at the bottom Always shift entries up after deleting one

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!