Queue in C : Working of queue on the basis of first-in-first-out (FIFO) data structure.
Queue Real Life of Example
https://www.sitesbay.com/cpp-datastructure/cpp-queue-program-example
Ticket Counter : First person get ticket first and go out first.