In a queue, the operation of removing an element is known as ______.

2023

In a queue, the operation of removing an element is known as ______.

Answer: D. DequeueIn the context of queues, the operation of removing (or deleting) an element from the front of the queue is known as 'Dequeue'.

  1. A.

    Push

  2. B.

    Pop

  3. C.

    Enqueue

  4. D.

    Dequeue

Attempted by 1224 students.

Show answer & explanation

Correct answer: D

In the context of queues, the operation of removing (or deleting) an element from the front of the queue is known as 'Dequeue'.

Explore the full course: Coding For Placement

Loading lesson…