Which of the following operations is not possible in a circular queue when it…

2023

Which of the following operations is not possible in a circular queue when it is full?

  1. A.

    Enqueue

  2. B.

    Traverse

  3. C.

    Dequeue

  4. D.

    Display

Attempted by 149 students.

Show answer & explanation

Correct answer: A

The correct answer is Option A: Enqueue. An Enqueue operation inserts an element into the queue. When a circular queue is completely full, there are no vacant memory slots available. Attempting to insert another element triggers a Queue Overflow error, making the operation impossible.

Explore the full course: Btsc Lab Assistant