112k views
4 votes
Which of the following statements about C++ arrays is true?A.Array components cannot be of floating-point types.B.The index type of a one-dimensional array can be any data type.C.An array component can be treated as a simple variable of its component type.D.a and b aboveE.a, b, and c above

User Cake
by
7.6k points

1 Answer

5 votes

Answer:

The answer is letter C. True

Step-by-step explanation:

The true statement is an array component can be treated as a simple variable of its component type.

User Colonel Panic
by
7.8k points