Question:What will be the value of result after these two statements? int num1 = 10, num2 = 9; int result = num1 ^ num2;
A 1 B 8 C 9 D 10 E 109 F 3
+ AnswerF
+ Report