Vidyalelo
Data Structure · Q64

Introduction to Data Structures

Programming · Data Structure · question 64

Q64

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

A.
ABCD
Answer
B.
DCBA
C.
DCAB
D.
ABDC

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board