nerdexam
Microsoft

98-379 · Question #74

You are developing a web application by using C*. You must store an undetermined number of usernames. What should you use to store the data?

The correct answer is C. List<string>. See the full explanation below for the reasoning.

Question

You are developing a web application by using C*. You must store an undetermined number of usernames. What should you use to store the data?

Options

  • AString
  • BString []
  • CList<string>
  • DLong

How the community answered

(67 responses)
  • A
    7% (5)
  • B
    3% (2)
  • C
    72% (48)
  • D
    18% (12)

Community Discussion

No community discussion yet for this question.

Full 98-379 Practice