nerdexam
Microsoft

98-361 · Question #361

You are developing a C# program that makes use of a singly linked list. You need to traverse all nodes of the list. Which of the following items will you need to accomplish this requirement?

The correct answer is A. link to the head node. See the full explanation below for the reasoning.

Question

You are developing a C# program that makes use of a singly linked list. You need to traverse all nodes of the list. Which of the following items will you need to accomplish this requirement?

Options

  • Alink to the head node
  • Blink to the tail node
  • Cdata in the head node
  • Ddata in the tail node

How the community answered

(56 responses)
  • A
    77% (43)
  • B
    5% (3)
  • C
    4% (2)
  • D
    14% (8)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice