Multiple Choice
Which of the following correctly declares and initializes a two-dimensional rectangular array of integers
A) int[,] sum = new int[3, 4];
B) int[] sum = new int[2, 4];
C) int sum[] = new int[2, 2];
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: For the array in the previous question,what
Q61: Consider array items,which contains the values 0,2,4,6
Q62: An array must be declared and allocated
Q64: The foreach statement is preferred over the
Q65: Multi-dimensional arrays require two or more indices
Q67: Which of the following will not produce
Q68: Arrays can be declared to hold only
Q69: In rectangular array items,which expression below retrieve
Q70: Which of the following statements is false<br>A)
Q71: An array with m rows and n