Linear Array & Record difference - Data Structure
Q. What is the difference between Linear Array and a Record?- Published on 26 Aug 15a. 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
ANSWER: All of above