Multiple Choice
An array with m rows and n columns is not:
A.An m-by-n array.
B.An n-by-m array.
C.A two-dimensional array.
D.An n times m dimensional array.
A) A and C
B) A and D
C) B and D
D) B and C
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q66: Which of the following correctly declares and
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)
Q72: Attempting to access an array element out
Q73: Which of the following sets of statements
Q74: Variable-length argument lists allow you to create
Q75: When dealing with multi-dimensional arrays,each "row" must
Q76: [C#6] Initializing an auto-implemented property in its