Computer Programming Language and Data Structure Lab
Computer Programming Language and Data Structure Lab
7. 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 b) DCBA c) DCAB d) ABDC