Single Choice
Not Set
QWhat will be the output of the program given below in 16-bit platform?
#include
int main()
{
enum value{VAL1=0, VAL2, VAL3, VAL4, VAL5} var;
printf("%d\n", sizeof(var));
return 0;
}
ID: #2688
Union in C Language
1,170 views
Question Info
#2688Q 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
2
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic