Vidyalelo
C Programming · Q173

C Fundamentals

Programming · C Programming · question 173

Q173

What will be the output of the following C code? #include void main() double b = 5 % 3 & 4 + 5 * 6; printf("%lf", b);

A.
2
B.
30
C.
2.000000
Answer
D.
Run time error

Answer: Option C

Solution

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