In a queue, the operation of adding an element is known as ______.
2024
In a queue, the operation of adding an element is known as ______.
- A.
Push
- B.
Pop
- C.
Enqueue
- D.
Dequeue
Attempted by 712 students.
Show answer & explanation
Correct answer: C
In the context of queues, the operation of adding (or inserting) an element at the end of the queue is known as 'Enqueue'.