Answer:
Option 1 is the correct answer.
Explanation:
If a user declares an array of "100" size then it will count the index value from (0 to 99) because an array property says that when there is an array of "N" size then the array index value starts from 0 and ends on (N-1).
Option 1 says that both are the incorrect statement. Hence it is the correct choice answer for the above question. while the other is not because --