Data Structure Arrays.
-
Array in data structure, is one of the simplest data structures where each data element can be accessed by using index number.
-
Data Types of each element in an array is of the same type and having same size of 4 bytes.
-
Elements in the array are stored at contiguous memory locations from which the first element is stored at the smallest memory location.