Multiple choice

Union definition does not allocate memory.

  1. True

  2. False

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

A union definition itself is just a template or a type declaration; it does not allocate memory until a variable of that union type is instantiated.