Which of the following is not a type of Queue?

2024

Which of the following is not a type of Queue?

Answer: D. Square QueueThere is no such queue as 'Square Queue'. Types of queues include Simple Queue, Circular Queue, Priority Queue, and Deque.

  1. A.

    Circular Queue

  2. B.

    Priority Queue

  3. C.

    Deque (Double Ended Queue)

  4. D.

    Square Queue

Attempted by 1362 students.

Show answer & explanation

Correct answer: D

There is no such queue as 'Square Queue'. Types of queues include Simple Queue, Circular Queue, Priority Queue, and Deque.

Explore the full course: Coding For Placement

Loading lesson…