Question: Which of the following statements is correct about the array declaration given below?
[A].intMyArr refers to a 2-D jagged array containing 2 rows.
intMyArr refers to a 2-D jagged array containing 3 rows.
intMyArr refers to a 3-D jagged array containing 2 2-D jagged arrays.
intMyArr refers to a 3-D jagged array containing three 2-D jagged arrays.
[A].
[B].
[C].
[D].
Answer: Option C
Explanation:
No answer description available for this question.