Computer Science, asked by sanyukta9069, 10 months ago

Define heterogeneous array? Discuss the design issues of arrays?

Answers

Answered by singhqnupam4568
2

Ans. Array – An array is a homogeneous collection of data elements in which an individual element is identified by its position in the collection, relative to the first element. A reference to an array element in a program often includes one or more non constant subscripts. Such references require additional run-time calculation to determine the memory location being referenced. The individual data elements of an array are of some previously defined type, either primitive or otherwise. A majority of computer programs need to model collections of values in which the values are of the same type and must be processed in the same way. Thus, the universal need for array is obvious

Answered by Anonymous
2

Answer:

complex and not easily described

Similar questions