What is an Array?
ProgrammingA group of related data pieces stored in contiguous memory locations is an array. It is the most basic data structure in which each data element is accessible simply by its index number alone.
A group of related data pieces stored in contiguous memory locations is an array. It is the most basic data structure in which each data element is accessible simply by its index number alone.