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

Respuesta :

Answer:

The answer is letter C. True

Explanation:

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