Given the following declaration, which expression returns the size of the array, assuming that the array reference

Question:

Given the following declaration, which expression returns the size of the array, assuming that the array reference has been properly initialized?

int[] array;

Select the one correct answer.

(a) array[].length()

(b) array.length()

(c) array[].length

(d) array.length

(e) array[].size()

(f) array.size()

(g) array[].size

(h) array.size

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

Step by Step Answer:

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