InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by FIFO and LIFO? |
|
Answer» LIFO:- LIFO stands for LAST In First Out. In this method, the last data ELEMENT entered will COME out first. FIFO:-FIFO stands for First in First Out. In this method, the data element entered first will come out first |
|