The difference between linear array and a record is
Options
- An array is suitable for homogeneous data but the data items in a record may have different data type
- In a record, there may not be a natural ordering in opposed to linear array.
- A record form a hierarchical structure but a linear array does not
- All of the above
CORRECT ANSWER : All of the above
Write your comments