The difference between a linear array and a record is:
A An array is suitable for homogeneous data but the data items in a record can
be of different data types.
B A record may not have a natural ordering in opposed to linear array,
C Record entries can nest to form a hierarchical structure but a linear array
does not.
D) All of the above.