What will be the output of the following C code?
#include int main() { int c = 2 ^ 3; printf("%d\n", c); }
Answer: A
No answer description available for this question.