Vidyalelo
C Programming · Q85

C Fundamentals

Programming · C Programming · question 85

Q85

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

A.
3.000000
B.
4.000000
C.
5.000000
D.
1.000000
Answer

Answer: Option D

Solution

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