C# Programming - Arrays - Discussion
Discussion Forum : Arrays - General Questions (Q.No. 10)
10.
Which of the following statements is correct about the array declaration given below?
int[][][] intMyArr = new int[2][][];
Discussion:
3 comments Page 1 of 1.
Ashwini gawade said:
1 decade ago
A jagged array is sometimes called as "Array-of- Arrays".
Tanmay Mote said:
9 years ago
Please explain how " C " is the answer?
Rammohan Reddy said:
8 years ago
The Jagged array should contain differ the elements of one row to another.
so it contain 3 different rows i.e., 3-Dimensional Array.
Comparing to each row it contains 2 2-Dimensional Arrays.
So, The answer is option C.
so it contain 3 different rows i.e., 3-Dimensional Array.
Comparing to each row it contains 2 2-Dimensional Arrays.
So, The answer is option C.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers