What is the highest index of any array with 100 elements?
99
10
Calculate the total memory (in bytes) required to store a double array of size 6.
48
10
The java statement System. out. println(x[x. length]) results in:
run time error
10
Assertion :An array can store elements of different data types. Reason: An array is a user-defined data type with multiple values of the same data type but a different memory index.