Kizspy | Question: 35 (Choose 1 answer)
Given the following code snippet:int[] arr = new int[100];Which of the following statements is correct?
A. The maximum number of elements of the arr is 100
B. The maximum index of the arr is 100
C. arr [100]=100
D. Each element in the arr will be 1 by default