Multiple choice

When int array [7] is declared, the term array [5] represents

  1. five elements of array

  2. 5th element of array

  3. 6th element of array

  4. base address of array

  5. none of these

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

Correct answer