 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the FIFO list? | 
| Answer» The data structure queue is called FIFO(First In First Out) which means first inserted data item is removed first. | |