Array for Data structure.
In programming, an array is a data structure that stores a collection of elements of the same type stored at a contiguous memory location. The elements in an array are typically accessed by their index, which represents their position and the total n...
roshangrg.hashnode.dev3 min read