Microsoft
98-361 · Question #39
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 C. 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
- AQueue
- BTree
- CStack
- DArray
How the community answered
(39 responses)- A10% (4)
- B5% (2)
- C82% (32)
- D3% (1)
Explanation
A stack implements LIFO.
Topics
#stack#LIFO#data structures
Community Discussion
No community discussion yet for this question.