If the characters 'D', 'C', 'B', 'A' are placed in a queue (in that order), and then removed one at a time, in what order will they be removed?
Answers
Answered by
0
Answer:
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? Explanation: Queue follows FIFO approach.
Explanation:
hope its help you
Similar questions