B
Q. What will be the output of the following Java code?
int arr[] = new int [5];
System.out.print(arr);
- Correct Answer - Option(D)
- Views: 23
- Filed under category JAVA
Discusssion
Login to discuss.