What will this code print ...?int arr[] = new int [5];System.out.print(arr); - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
683 followers study24x7 01 Oct 2019 01:22 PM study24x7 study24x7

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

A

0

B

value stored in arr[0].

C

00000

D

Class name@ hashcode in hexadecimal form

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