DEV Community

Harsh Garg
Harsh Garg

Posted on

Want to know about Array?

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.

Top comments (1)

Collapse
 
schemetastic profile image
Schemetastic (Rodrigo)

Hey! Cool!

Welcome to de Dev community!