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 ______.
Answer: C. Enqueue — In the context of queues, the operation of adding (or inserting) an element at the end of the queue is known as 'Enqueue'.
- A.
Push
- B.
Pop
- C.
Enqueue
- D.
Dequeue
Attempted by 1215 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'.
Loading lesson…