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 ______.
- A.
Push
- B.
Pop
- C.
Enqueue
- D.
Dequeue
Attempted by 731 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'.