Arrays in C | Q - 2

Last Updated :
Discuss
Comments

Which of the following statements about arrays is TRUE in C?

Arrays can hold different data types.

The size of an array can be changed during execution.

An array stores elements of the same type in contiguous memory.

Arrays are not supported in C.

Tags:
Share your thoughts in the comments