Single Choice
Not Set
QWhat will be the output of the program?
#include
int main()
{
struct byte
{
int one:1;
};
struct byte var = {1};
printf("%d\n", var.one);
return 0;
}
ID: #2685
Union in C Language
876 views
Question Info
#2685Q 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
-1
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic