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.
This question is part of this quiz :
Arrays in C