Multiple choice

In 'C', if an array is declared with 100 size, then its subscript ends at _________.

  1. 100

  2. 99

  3. 101

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

As array index starts from 0 and ends with 99 for an array having size of 100. So, this is the correct choice.