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
My question comes from Queue Operations topic in portion Abstract Data Types of Data Structures & Algorithms I
I got this question in homework.