Which of the following are False with respect to the manipulation of arrays?
Answer options
A
An array can store heterogeneous data
It is possible to increase the size of the array
B
One-dimensional array
C
Two-dimensional array
D
Multi-dimensional array
Correct answer: An array can store heterogeneous data It is possible to increase the size of the array
Explanation
The correct answer is: An array can store heterogeneous data It is possible to increase the size of the array.