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)- A7% (5)
- B3% (2)
- C72% (48)
- D18% (12)
Community Discussion
No community discussion yet for this question.