A
Q. What will be the output of following java code?
Code:
int[] arr = new int[5];
arr = new int[6];
arr = new int[6];
- Correct Answer - Option(C)
- Views: 10
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.