FIFO (First-In-First-Out) is a method for handling data structures where the first element is processed first and the newest element is processed last. There is the only one data structure
in this list that implements the FIFO method - Queue.
Answer:
c. Queue
Comments
Leave a comment