Q64
What will be the output of the following C code? #include union temp char a; char b; int c; t; int main() printf("%d", sizeof(t)); return 0;
A.
1
B.
2
C.
4
AnswerD.
6
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board