Home » C# Programming » Arrays

Which of the following statements is correct about the array declaration given below? int[][][] intMyArr = new int[2][][];

Correct Answer: intMyArr refers to a 3-D jagged array containing 2 2-D jagged arrays.

← Previous Question Next Question→

More Questions from Arrays

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion