Multiple Choice
Which of the following segments of code will display the first row of a two dimensional array?
A) for (int i = 0; i Console.Write(anArray[0, i] + "\t") ;
B) for (int i = 0; i Console.Write(anArray[0, i] + "\t") ;.
C) for (int i = 0; i Console.Write(anArray[i, 0] + "\t") ;
D) for (int i = 0; i Console.Write(anArray[i, 0] + "\t") ;.
Correct Answer:

Verified
Correct Answer:
Verified
Q38: In C#, you may access a two-dimensional
Q39: Strings are considered _ because once you
Q40: Which of the following could be a
Q41: BinarySearch( ) is _.<br>A) a method in
Q42: Which method in the string class might
Q44: With C#, you are limited to 10
Q45: The string method that retrieves part of
Q46: C# is a row major language, which
Q47: The major requirement when working with arrays
Q48: For a two-dimensional array, values are stored