A

Admin • 802.91K Points
Coach

Q. The size of the following union, where an int occupies 4 bytes of memory is

Code:
union demo
{
float x;
int y;
char z[10];
};
  • (A) 4 byte
  • (B) 8 byte
  • (C) 10 byte
  • (D) 18 byte
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.