Question: In a stack, what happens when you try to pop an element from an empty stack?
Options:
Correct Answer: Throws an exception
Solution:
Popping from an empty stack typically throws an exception to indicate that the operation cannot be performed.