Question
Computer Science Question on Introduction to stack (LIFO Operations)
You try to pop an element from a stack which is empty. This can result into a special kind of condition, which is known as ________.
A
Overflow
B
Underflow
C
Full flow
D
Full stack
Answer
Underflow
Explanation
Solution
The correct option is (B) :Underflow.