What is the index of the first element in a C array?

Explanation:
C arrays are zero-indexed, so the first element has index 0.

Latest Blogs