CBSE Class 12 Computer Science
Question 20 of 63
Data Structures in Python — Question 3
Back to all questionsUnderflow
Reason — In a stack, if a user attempts to remove an element from an empty stack, the situation is called "underflow". This occurs because there are no elements left in the stack to be removed.