Vidyalelo
C Programming · Q78

C Fundamentals

Programming · C Programming · question 78

Q78

What will be the output of the following C code? #include enum shyam a=2,b=3.56 ; enum shyam s; main() printf("%d%d",a,b);

A.
2 3
B.
0 1
C.
2 3.56
D.
Error
Answer

Answer: Option D

Solution

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