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?
- A.
Linear Queue
- B.
Circular Queue
- C.
Double ended Queue
- D.
Single ended Queue
Attempted by 443 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.