Vidyalelo
Data Structure · Q32

Queues in Data Structures

Programming · Data Structure · question 32

Q32

Which queue type allows elements to be inserted at both ends and removed from both ends?

A.
Circular Queue
B.
Priority Queue
C.
Double-ended Queue (Deque)
Answer
D.
Simple Queue

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board