Computer Science, asked by shravyamurugan2016, 4 months ago

What will this code print? [1]

int a[]= new int[7];

System.out.println(a);

i) 0 ii_value stored in a[0] iii)0000 iv) garbage value​

Answers

Answered by govardhanreddybasire
0

Answer:

0000 is the answer I think

Similar questions