Multiple choice

C++ structure consists of one or more pieces of related data of the same type.

  1. True

  2. False

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

A C++ structure (struct) is a user-defined data type that can group variables of different types together, not just the same type.