Which one of the following array declaration statements is not legal? Select the one correct answer. (a)

Question:

Which one of the following array declaration statements is not legal?

Select the one correct answer.

(a) int []a[] = new int [4][4];

(b) int a[][] = new int [4][4];

(c) int a[][] = new int [][4];

(d) int []a[] = new int [4][];

(e) int [][]a = new int [4][4];

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: