Page 56 - INTRODUCTION_TO_C++_Neat
P. 56
DETAIL
DESCRIPTION
multidimensionalarrays.Thesimplestform of the
sional array is the two- dimensional array.
rate a pointer to the first element of an array by simply
array name, without anyindex.
ss to the function a pointer to an array by
he array's name without an index.
a function to return an array.