Question: Write a program in C for restaurant. When a customer places an order the order goes into a linked list queue and the Manager can
Write a program in C for restaurant. When a customer places an order the order goes into a linked list queue and the Manager can override the order priority (with multiple priority) if he wants, otherwise the order uses the default queue order.
Specification:
1) Use header file to declare your functions
2) Use functions
3) Use queue
4) The order contains
a. Customer name
b. How many meals
c. Including soft drink (yes/no)
d. Dining in or carryout
5) Allow the user to print the order list
6) Add orders
7) Remove orders
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
