Multiple Choice
Which one of the following statements creates a List object, named friendsList, that can be used to hold strings?
A) string friendsList = new List<string>;
B) <List> friendsList(string) ;
C) List<string> friendsList = new List<string>;
D) List<string> friendsList = new List<string>() ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which one of the following assignment statements
Q40: _ arrays can only hold one set
Q46: A variable that is used to reference
Q61: You access the individual elements in an
Q63: A partially filled array is normally used
Q67: The first step in calculating the average
Q68: If you want to make a copy
Q69: You can create an array to hold
Q71: When you create an array, you can
Q84: Unlike a one-dimensional array, you cannot provide