when the user tries to delete the element from the empty stack then the condition is said to be a ____

1 week ago 9
Nature

When the user tries to delete an element from an empty stack, the condition is called an underflow. This occurs when a pop operation is attempted on a stack that has no elements left to remove (i.e., the stack is empty).