Arrays in C++
An array stores a fixed-size, ordered collection of elements of the same type in contiguous memory. Elements are accessed using an index, which starts at 0.
An array stores a fixed-size, ordered collection of elements of the same type in contiguous memory. Elements are accessed using an index, which starts at 0.