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. EnqueueIn the context of queues, the operation of adding (or inserting) an element at the end of the queue is known as 'Enqueue'.

  1. A.

    Push

  2. B.

    Pop

  3. C.

    Enqueue

  4. D.

    Dequeue

Attempted by 1213 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'.

Explore the full course: Coding For Placement

Loading lesson…