First page
Back
Continue
Last page
Graphics
ARRAYS cont.
Whenever we use the name of an array as a value, that name represents a pointer to the initial element of the array.
* coords = 1.5 refers to the initial element of coords.