A
Q. What is the output of the following code?
Code:
int[] arr = new int[5];
System.out.println(arr[0]);
System.out.println(arr[0]);
- Correct Answer - Option(A)
- Views: 17
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.