What is the result of the following expression?
int a = 2; // 0010
int b = 3; // 0011
int result = a | b & a | b;What is the result of the following expression?
int a = 2; // 0010
int b = 3; // 0011
int result = a | b & a | b;Create a free account to access the full topic