Vidyalelo
C Programming · Q267

C Fundamentals

Programming · C Programming · question 267

Q267

What will be the output of the following C code? #include int main() int c = 2 ^ 3; printf("%d ", c);

A.
1
Answer
B.
8
C.
9
D.
0

Answer: Option A

Solution

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