Computer Science, asked by kavinivbck, 6 months ago

The ------------ dimensional array can be represented as a list of data items

one

two

three

multi

proper answers

Answers

Answered by llAmyll
1

Answer:

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

Similar questions