Question

Identify the data structure which allows deletions at both ends of the list but insertion at only one end.

A Stack
B Priority queues
C Output restricted qequeue
D Input restricted dequeue
Answer & Explanation
Option: [D]