Examveda
Examveda

Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?

A. arr[6]

B. arr[7]

C. arr{6}

D. arr{7}

E. None of these

Answer: Option A

Solution(By Examveda Team)

Array index always starts with 0.


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings