An Array is a collection of similar data elements stored at contiguous memory locations. It is the simplest data structure where each data elements can be accessed directly by only using its index number.
In short , an Array is a variable that can store multiple values.
for example, if you want to store 100 integers , you can create an array for it.
There are different types of Array in different languages.
Most common types of array are Single dimension and Multi-Dimension Array.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Hey! Cool!
Welcome to de Dev community!