A list of elements in which the enqueue operation takes place at the rear end…

2023

A list of elements in which the enqueue operation takes place at the rear end and the dequeue operation takes place at the front end is called _____.

  1. A.

    Binary tree

  2. B.

    Stack

  3. C.

    Queue

  4. D.

    Linked list

Attempted by 418 students.

Show answer & explanation

Correct answer: C

Answer: C

Explanation: The correct answer is Queue. A queue is a FIFO (First-In, First-Out) data structure in which insertion/enqueue happens at the rear end and deletion/dequeue happens at the front end.

Explore the full course: Coding For Placement