Multiple choice

Which of the following creates a memory overlay area, with each union member using same memory storage locations?

  1. Array

  2. Union

  3. Structure

  4. Function

  5. Void

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

Union creates a memory overlay area, with each union member using same memory storage locations.