Q267
What will be the output of the following C code? #include int main() int c = 2 ^ 3; printf("%d ", c);
A.
1
AnswerB.
8
C.
9
D.
0
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board