Google News
logo
Data Structures - Quiz(MCQ)
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

Correct Answer :   Single ended Queue


Explanation : 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.

Advertisement