A queue in which addition as well as deletion of elements can take place at…

2018

A queue in which addition as well as deletion of elements can take place at both the ends is called

  1. A.

    Simple queue

  2. B.

    Circular queue

  3. C.

    Double-ended queue

  4. D.

    Priority queue

Attempted by 164 students.

Show answer & explanation

Correct answer: C

A queue that permits insertion and deletion at both the front and rear ends is called a Double-ended queue (Deque). Unlike standard queues following strict FIFO (First-In-First-Out) constraints, a deque provides flexible operations at both boundaries. Therefore, the correct option is C.

Explore the full course: Btsc Lab Assistant