Vidyalelo
C Programming · Q64

Operators and Expressions

Programming · C Programming · question 64

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
Answer
D.
6

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board