Computer Science, asked by neezar10ar, 6 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 Sasanksubudhi
2

Answer:

option c is the right answer

Similar questions