1.

What is the output of this C code? int main() { int c = 2 ^ 3; printf("%d n", c); }

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


Discussion

No Comment Found