InterviewSolution
Saved Bookmarks
| 1. |
In which context does the stack operates?(a) FIFO(b) LIFO(c) Both FIFO & LIFO(d) LIFIThe question was posed to me in quiz.My question is taken from Sequence Adapters topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» Right choice is (b) LIFO |
|