Question: In a queue implemented using a linked list, what operation is performed to remove an element?
Options:
Correct Answer: Dequeue
Solution:
In a queue, the operation to remove an element is called \'dequeue\', which removes the front element.