CBSE Class 12 Computer Science Question 63 of 63

Data Structures in Python — Question 11

Back to all questions
11
Question

Question 11

PUSH operation may result in underflow condition.

Answer

False

Reason — When attempting to remove an element (POP operation) from an empty stack, it leads to an underflow condition, resulting in an exception being raised.