The ------------ dimensional array can be represented as a list of data items
one
two
three
multi
proper answers
Answers
Answered by
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