1. Computer Science Engineering (CSE)
  2. Data Structure (DS)
  3. What is a dequeue?
Q.

What is a dequeue?

A. a queue with insert/delete defined for both front and rear ends of the queue
B. a queue implemented with a doubly linked list
C. a queue implemented with both singly and doubly linked lists
D. a queue with insert/delete defined for front side of the queue
Answer» A. a queue with insert/delete defined for both front and rear ends of the queue
View all MCQs in:   Data Structure (DS)

Discussion