Google News
logo
Data Structures - Quiz(MCQ)
A FIFO structure implemented as a ring where the front and rear pointers can wrap around the end of the start of the array.
A)
Circular Queue
B)
Linear Queue
C)
Priority Queue
D)
None of the above

Correct Answer :   Circular Queue

Advertisement