An element to a queue is added from the front end.
False
Reason — An element is added to a queue from the rear end, while an element is deleted from the front end of the queue.