An array is an index which is a based data structure, so in memory, it is somewhat proclaimed in a sequential fashion one after the other.
Arrays are always distributed in contagious memory cells because computers can only keep track of the addresses of the other variables that can be determined.
• The way that the computer is set up does not allow arrays to store other than consecutively.
• It is beneficial to the user because they can readily search for the current element they can use.
• The purpose of arrays is to encourage random access.
• Therefore, it may be possible to go from an array index to the memory address of the value.