Q.

Which of the following is a correct way to declare a multidimensional array in Java?

A. int[] arr;
B. int arr[[]];
C. int[][]arr;
D. int[[]] arr;
Answer» C. int[][]arr;
1.4k
0
Do you find this helpful?
13

View all MCQs in

Data Structures (DS)

Discussion

No comments yet

Related MCQs