Report Bug
Qus : What is the index of the first element in a C array?
QusWhat is the index of the first element in a C array?

A. 0
B. 1
C. -1
D. Depends on array size


Solution
A. 0






Report Bug