Question: Which of the following is a valid operation for a stack?
Options:
Correct Answer: Push
Solution:
Push is a valid operation for a stack, allowing you to add an element to the top of the stack.