nerdexam
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)
  • A
    10% (4)
  • B
    5% (2)
  • C
    82% (32)
  • D
    3% (1)

Explanation

A stack implements LIFO.

Topics

#stack#LIFO#data structures

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice