Question:

if len(Stack) =0 : print("error") The above statement is handling the situation called :

Updated On: Oct 18, 2024
  • Underflow error
  • Overflow error
  • Empty stack
  • Stack length zero
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The correct option is (A) : Underflow error
Was this answer helpful?
0
0