A
Q. Analyze the following code and choose the correct answer.
int[] arr = new int[5];
arr = new int[6];
- Correct Answer - Option(C)
- Views: 5
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.