Which statement about arrays is true?
Arrays are useful when you want to allocate data on the heap and then on the stack.
A data structure for collections can contain different types of values.
Indexing, such as array.0, accesses elements in arrays.
[; size of array] can initialize arrays.