Microsoft
98-361 · Question #199
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
The correct answer is A. Stack. A stack implements LIFO.
Understanding Core Programming
Question
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
Options
- AStack
- BArray
- CTree
- DQueue
How the community answered
(43 responses)- A77% (33)
- B7% (3)
- C5% (2)
- D12% (5)
Explanation
A stack implements LIFO.
Topics
#stack#LIFO#data structures#queue
Community Discussion
No community discussion yet for this question.