Array is a data structure consisting of a collection of elements, of same memory size, each identified by an index. Memory address of an element can be computed by [array_start_address] + ([size] * ...