Vidyalelo
C Programming · Q58

Operators and Expressions

Programming · C Programming · question 58

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
Answer

Answer: Option D

Solution

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