Multiple choice

An array variable can be used to different types of data.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In C++, an array is a collection of elements of the same data type. It cannot store different types of data.