CBSE Class 12 Computer Science Question 59 of 63

Data Structures in Python — Question 7

Back to all questions
7
Question

Question 7

An element to a queue is added from the front end.

Answer

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.