1.

What will this code print?int a[] = new int [10];System.out.print(a);

A. Garbage value
B. 00000
C. value stored in arr[0].
D. 0
E. None of these
Answer» B. 00000


Discussion

No Comment Found

Related MCQs