Solution:Queue (FIFO - First In First out) एक रैखिक संरचना (linear structure) है जो एक विशेष क्रम का पालन करती है जिसमें संचालन किया जाता है। यह मुख्यतः चार प्रकार के होते है-1. Linear Queue
(a) Input Restricted Queue
(b) Output Restricted Queue
2. Circular Queue
3. Double Queue
4. Priority Queue
(a) Ascending Priority Queue
(b) Descending Priority Queue