Computer Science, asked by jani7418, 1 year ago

Which data structure cannot store the non-homogeneous data elements?

Answers

Answered by anjali4864
23

Arrays is the data structure which cannot store the non-homogeneous data elements.

Answered by AskewTronics
1

Array is a data structure that cannot store the non-homogeneous data elements?

Explanation:

  • Array is a user defined data structure which is used to indicate multiple variable and store the multiple homogeneous value in a continuous memory location.
  • Non-homogeneous data element refers to the element which is not the same type. For example homogeneous data type is the "set of integer variable" while the Non-homogeneous data type is the "set of integer data type and character data type and other data type ." It means that Non-homogeneous data type is the collection of multiple data type.
  • The above question states that which is not used store the non-homogeneous data then the answer is array while the structure is used to store this type of data.

Lear More:

  • Array : https://brainly.in/question/11890333

Similar questions