Multiple choice

The unions are ____ data types.

  1. basic

  2. primary

  3. derived

  4. none of the above

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

In C, data types are categorized as basic (int, char, etc.), derived (arrays, pointers, structures, unions), and user-defined. Unions are derived types.