What is an index?

Each element in the array has a subscript or index that differentiates it from the other elements in the array.

(Some people call it a subscript while others call it an index.)

The index is positive integer that indicates the position of a particular element relative to the first element in the array.

The first element in a C++ array always has an index value of 0.