Multiple choice

A C++ array can store values of different data types.

  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 stored in contiguous memory locations. It cannot store mixed data types.