You are on page 1of 1

Create a menu driven program using queue in c programming linked lists

implementation. The system will be any ordering system that will cater costumers.
You will be the one to decide what ordering system is it but you must have this
following operation:
Each client Node is represented by a Name
1). LINE UP - means that the client has entered the shop, and waiting to be served.
2). SERVE - signas the counter is free and can serve the cient in the beginning of
the line. It prints out the Name of the client being served and removed him/her
from the line.
3). COMPLETED - display the number of clients served.
4). WAITING LIST - prints out the information of clients waiting to be served

You might also like