Multiple choice

Which of the following data types is a collection of different data types referenced under one name?

  1. Enumeration

  2. Union

  3. Structure

  4. None of these

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

Structure is a collection of different data types referenced under one name.