Tuesday, 28 August 2012

The difference between linear array and a record is | Data Structures

A. An array is suitable for homogeneous data but the data items in a record may have different data type
B. In a record, there may not be a natural ordering in opposed to linear array.
C. A record form a hierarchical structure but a linear array does not
D. All of above

 Ans:  D


No comments: