Array:
-Arrays are defined as the collection of similar types of data items stored at contiguous memory locations.
- It is the simplest data structure in which each data element can be randomly accessed by using its index number.