Q58
In the following C code, the union size is decided by? union temp char a; int b; float c; ;
A.
char
B.
int
C.
float
D.
both int and float
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board