Let's understand the basic meaning of an array. Array An array is a type of data structure that contains different items with different datatypes. All the items in the array are stored at contiguous memory locations.It uses indexing which means each ...
siimran.hashnode.dev8 min read
No responses yet.