Chapter 6 Arrays

An array variable that appears to hold an array actually contains a reference to that array. Strictly speaking, an array variable and an array are different. 6.2.3 Array Size and Default values When space for an array is allocated, the array size must be given, to specify the number of elements that can be stored in it. ................
................