The necessary condition to be checked before deletion from the queue is
2023
The necessary condition to be checked before deletion from the queue is
- A.
overflow
- B.
underflow
- C.
rear value
- D.
More than one of the above
- E.
None of the above
Attempted by 232 students.
Show answer & explanation
Correct answer: B
Before deleting from a queue, the necessary condition to check is underflow, because deletion is invalid when the queue is empty.