Array/Pointer Equivalence

“A reference to an object of type array-of-T
 which appears in an expression
 decays into a pointer to its first element;
 the type of the resultant pointer is pointer-to-T.”