Multiple Choice
string [ , ] name = new string [2, 3] {{"Alex", "Ben", "Cay"}, {"Jose", "Tyne", "Yin" }};
Looking above, what does name[0, 1] reference?
A) l
B) Ben
C) Alex
D) Al
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: C# uses a row major format for
Q52: With a two dimensional array, when the
Q53: Normally you will want to use two
Q54: A two dimensional array is accessed much
Q55: Collection classes are classes that enable you
Q57: string sValue = "Life is about choices";<br>String
Q58: The property _ returns the number of
Q59: _ class represents a simple last-in-first-out (LIFO)
Q60: In C#, the string type allows individual
Q61: Which of the following is an example