Data Structure MCQ 3.md
May 25, 2020 ยท View on GitHub
Question: Of the following data structures, which has a Last in First Out ordering? In other words, the one that came in last will be the first to be popped.
Answer: Stack
May 25, 2020 ยท View on GitHub
Question: Of the following data structures, which has a Last in First Out ordering? In other words, the one that came in last will be the first to be popped.
Answer: Stack