Arrays
Arrays are the collection of similar types of data items stored at contiguous memory locations. An array contains only elements of the same data type and has a fixed length. Each element in the array can be randomly accessed using its address or inde...
dsandalgo.hashnode.dev2 min read