

McqMate
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; |
View all MCQs in
Data Structures (DS)No comments yet