Answer:
Option 1 is the correct answer for the above question.
Explanation:
If a user declares an array of n size then the starting index value of that array is 0 and the ending index value of that array is (n-1). This is the property of an array. In the question segment array is defined with the size of 100 then its starting index value is 0 and the ending index value is 99 (from the array property ).
Hence option 1 is right because the last index of the array is 99 with the help of array property which is described above while the other is not because--