Question: What happens when you try to pop an element from an empty stack?
Options:
Correct Answer: It throws an exception
Solution:
Attempting to pop from an empty stack typically results in an exception being thrown.