Computer Science, asked by rakibcsebrur11, 10 months ago

Explain how structurs are different from arrays.

Answers

Answered by singhqnupam4568
2

Answer:

Where an Array is a collection of variables of similar data type. On the other hand, Structure is a collection of variables of dissimilar data types. Variable of an array are stored in a contiguous memory location whereas, the variables in a structure may or may not be stored in a contiguous memory location.May

Similar questions