Declaration of Statically-Allocated Arrays 1

The last index is one less than the size of the arr.ay If the array has size elements, the range is 0.. size -1. Arrays contain data of a single type. An array is a sequence of consecutive elements in memory and the start of the array is the address of its rst element. ................
................