Which of the following are False with respect to the manipulation of arrays?
Answer options
A
An array can store heterogeneous data
B
It is possible to increase the size of the array
C
An array can store homogeneous data.
D
Elements of array are stored in contiguous memory
E
An array can store homogeneous data. Elements of array are stored in contiguous locations and it is not possible to increase the array
F
size
Correct answer: An array can store heterogeneous data, It is possible to increase the size of the array, size
Explanation
The source marks the correct answer as: It is possible to increase the size of the array; An array can store heterogeneous data.