First page Back Continue Last page Graphics
ARRAYS
An array is a kind of container that is part of the core language rather than part of the standard library.
Because arrays are not class types, they have no members.
<cstddef> header defines size_t as the appropriate unsigned type large enough to hold the size of any object