Vidyalelo
C Programming · Q119

C Fundamentals

Programming · C Programming · question 119

Q119

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

A.
5
B.
6
C.
3
D.
4
Answer

Answer: Option D

Solution

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