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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board