Define array. Explain review of arrays

Data Structures and Algorithms

Answer in Short

An array is a linear data structure that collects elements of the same data type and stores them in contiguous and adjacent memory locations.

Explanation

1306
0