What will be the output of the following Java code?1. int arr[] = new int [5];2. System.out.print(arr); - Study24x7
Social learning Network
25 May 2020 05:50 PM study24x7 study24x7

What will be the output of the following Java code?

1. int arr[] = new int [5];
2. System.out.print(arr);

A

value stored in arr[0].

B

0

C

00000

D

Garbage value

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles