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