Multiple choice

Which of the following type of queues is the one in which all nodes are treated as circular such that the last node follows the first node?

  1. Simple queue

  2. Priority queue

  3. Dequeue

  4. Circular queue

  5. Square queue

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This type of queue is the one in which all nodes are treated as circular such that the last node follows the first node.