Multiple choice

Structure is a group of

  1. data type

  2. data items and data variables

  3. integers

  4. none of the above

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

A structure (struct) in C is a user-defined data type that groups together related data items of potentially different types under a single name.