Question:What will be the value of the result variable after these two statements? int num1 = 10, num2 = 9; int result = num1 & num2;
A 1 B 8 C 9 D 10
+ AnswerB
+ Report