A group of same data types stored together in memory forms
An array is a group of same data types stored together in memory forms.
Array: collection of fixed number of components (elements), wherein all of components have same data type
One-dimensional array: array in which components are arranged in list form
Multi-dimensional array: array in which components are arranged in tabular form.
An array is a group of like-typed variables that are referred to by a common name.