1.

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

A. 1
B. 7
C. 9
Answer» B. 7


Discussion

No Comment Found