In the linked implementation of a queue, a new item would be added to the:

Rear
  • Front
  • Current position
  • None of these

In any queue implementation, we always add to the rear.