Question: In a queue implemented using a linked list, what operation is performed to add an element?
Options:
Correct Answer: Enqueue
Solution:
The operation to add an element to a queue is called \'enqueue\'.