Question:Which of the following statements is true?
A An array is a collection of objects of the same data type.
B An array is a collection of objects irrespective of the data types.
C The size of an array must be declared when the array is first declared.
D The starting index of an array is 1.
+ AnswerB
+ Report