Computer Science, asked by jt548289, 7 months ago

1. Arrays hold lists of variables of the
data type​

Answers

Answered by pavit15
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 2009purvajadhav
1

Answer:

An array is a collection of homogeneous (same type) data items stored in contiguous memory locations............

Explanation:

Similar questions