Single Choice
Not Set
QWhat would be the size of the following union declaration?
#include
union uTemp
{
double a;
int b[10];
char c;
}u;
(Assuming size of double = 8, size of int = 4, size of char = 1)
ID: #2670
Union in C Language
3,012 views
Question Info
#2670Q ID
Not SetDifficulty
Union in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
40
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic