Which of the following statements are true?

A. The array elements are initialized when an array is created.
B. The array size is fixed after it is created.
C. Every element in an array has the same type.
D. The array size used to declare an array must be a constant expression.

B. The array size is fixed after it is created.
C. Every element in an array has the same type.
D. The array size used to declare an array must be a constant expression.

Computer Science & Information Technology

You might also like to view...

The text that displays when you move your cursor over a hyperlink is called a ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following functions will rank two values evenly if there is a duplicate value present?

A) RANK.EQ B) PERCENTILE C) RANK.AVG D) RANK

Computer Science & Information Technology