Computer Science, asked by Anonymous, 8 months ago

What is a Record? How it differs from a Linear Array?​

Answers

Answered by risky2k46
14

Answer:

You cannot store different type of data in array as integer, float, double, etc. - In a record, there may not be a natural ordering in opposed to linear array. In array, ordering always start from index. - A record form a hierarchical structure but a linear array does not.

Explanation:

Your answer

BRAINLIST

Answered by maanya02
13

An array is suitable for homogeneous data but the data items in a record may have different data type. You cannot store different type of data in array as integer, float, double, etc. - In a record, there may not be a natural ordering in opposed to linear array. In array, ordering always start from index.

please mark my answer as brainliest and please follow me ❤️

Similar questions