CBSE Class 12 Computer Science Question 16 of 63

Data Structures in Python — Question 9

Back to all questions
9
Question

Question 9

If the elements "A", "B", "C" and "D" are placed in a queue and are deleted one at a time, the order in which they will be removed will be A, B, C and D.

Answer