ABSTRACT

Most programming languages support arrays, which are one the most fundamental data structures. With an array, multiple values can be stored and each is referenced with the name of the array and specifying an index value. The individual values of an array are known as elements.