A
Q. What is the result of this code?
int[] arr = new int[]{1, 2, 3};
System.out.println(arr[3]);
- Correct Answer - Option(C)
- Views: 10
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.