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