#include union { int x; char y; }p; int main() { p.y = 60; printf("%d\n", sizeof(p)); }
Click an option to check whether your answer is correct.
Explore more questions from similar topics.
Share this MCQ with your friends or study group.