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