A

Admin • 833K Points
Coach

Q. What does a union allow you to do?

  • (A) Store multiple variables of different types
  • (B) Access all members simultaneously
  • (C) Share memory space between variables
  • (D) Run code faster
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

All union members share the same memory space.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.