A

Admin • 802.91K Points
Coach

Q. Which is true about union in C?

  • (A) All members share the same memory location
  • (B) It is same as struct
  • (C) Each member gets its own memory
  • (D) Union can't store integers
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
Union shares memory space between all members, unlike struct.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.