Multiple Choice
If an array named num is dimensioned to hold 10 values in 5 rows and 2 columns, how would you store 50 in the first physical row and first physical column?
A) num[ 1, 1 ] = 50;
B) num[ 0 , 0 ] = 50;
C) num = 50 [ ] ;
D) num5 = 50;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: As with the ArrayList class, in order
Q11: A Hashtable represents a collection of key/value
Q12: double [ , ] price = new double [2
Q13: In C#, a two-dimensional array is usually
Q14: In order to determine the position of
Q16: With a two-dimensional array, GetLength(0) returns the
Q17: The Rank property is used with array
Q18: The major requirement of dealing with multi-dimensional
Q19: The _ method is used with the
Q20: Which of the following returns the number