Which one of the following is not the type of the Queue?

2025

Which one of the following is not the type of the Queue?

Answer: D. Single ended QueueAnswer: d Explanation: The answer is d. i.e., single ended queue. Queue has two ends in which one end is used for the insertion and another end is used for…

  1. A.

    Linear Queue

  2. B.

    Circular Queue

  3. C.

    Double ended Queue

  4. D.

    Single ended Queue

Attempted by 705 students.

Show answer & explanation

Correct answer: D

Answer: d

Explanation: The answer is d. i.e., single ended queue. Queue has two ends in which one end is used for the insertion and another end is used for the deletion. Therefore, it is not possible for the Queue to have a single ended queue.

Explore the full course: Coding For Placement

Loading lesson…