nerdexam
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)
  • A
    77% (33)
  • B
    7% (3)
  • C
    5% (2)
  • D
    12% (5)

Explanation

A stack implements LIFO.

Topics

#stack#LIFO#data structures#queue

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice