Array memory Allocation
An array stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but we can also think an array is a collection of variables of the same type.
All arrays consist of contiguous memory locations. The lowest address corresponds to the first element and the highest address to the last element.
Last modified: Thursday, 11 July 2019, 11:50 AM