Back to Questions
CSS Computer Science
QUESTION #1127
Question 1
The process of deleting an element from an empty stack is called:
Correct Answer Explanation
Stack Underflow occurs when an attempt is made to pop (delete) an item from a stack that contains no elements.