What are the advantages of arrays?
Posted: Wed Jul 13, 2022 7:41 pm
a) Objects of mixed data types can be stored
b) Elements in an array cannot be sorted
c) Index of first element of an array is 1
d) Easier to store elements of same data type
b) Elements in an array cannot be sorted
c) Index of first element of an array is 1
d) Easier to store elements of same data type