Array (C++)

A C++ array is a fixed-size, contiguous block of elements that all share the same type. You access elements by a zero-based index in square brackets.