1. Arrays hold lists of variables of the
data type
Answers
Answered by
1
Answer:
Arrays hold lists of variables of the same data type
Explanation:
An array is a collection of homogeneous (same type) data items stored in contiguous memory locations.
For example if an array is of type “int”, it can only store integer elements and cannot allow the elements of other types such as double, float, char etc.
Answered by
1
Answer:
An array is a collection of homogeneous (same type) data items stored in contiguous memory locations............
Explanation:
Similar questions