Description of Arrays

Give a small description of the term Arrays?

E

Expert

Verified

An array is series of elements. These elements are of the similar type. Each element can be individually accessed by using an index. For illustration array of integers. Array elements are stored one after another (contiguous) in memory. An array can have more than one dimension. First element in an array starts with the 0.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.