Q. The difference between linear array and a record is (Solved)
1. An array is suitable for homogeneous data but hte data items in a record may have different data type
2. In a record, there may not be a natural ordering in opposed to linear array.
3. A record form a hierarchical structure but a linear array does not
4. All of above
- d. All of above