Multiple choice

Index a[5] represents the number of integer in array ___________.

  1. 5

  2. 6

  3. 7

  4. 4

  5. 0

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

Array index represents a[0] to a[5] that means it represents 6 integers in array because if question is written like that int a[5], it contains only 5 elements. So, it is written as a[5] to confuse the student.