Question: Which of the following operations is not supported by a standard stack?
Options:
Correct Answer: Dequeue
Solution:
A standard stack supports push, pop, and peek operations, but does not support dequeue, which is an operation specific to queues.