What is an Array? An array is a collection of items of same data type stored at contiguous memory locations.It is the simplest data structure where each data element can be accessed directly by only using its index number. For instance,if we want to ...
ownblog.hashnode.dev3 min readNo responses yet.