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