Question: Which of the following operations is not supported by a queue?
Options:
Correct Answer: Pop
Solution:
The \'Pop\' operation is not supported by a queue; it is associated with stacks. Queues use \'Enqueue\' to add and \'Dequeue\' to remove elements.