Question: In a stack, what will be the result of popping an element from an empty stack?
Options:
Correct Answer: Throw an exception
Solution:
Popping an element from an empty stack typically throws an exception, indicating that the operation cannot be performed.