What is the result of the following expression?
int a = 1; // 0001
int b = 3; // 0011
int result = a | b ^ a + 1 << 1;What is the result of the following expression?
int a = 1; // 0001
int b = 3; // 0011
int result = a | b ^ a + 1 << 1;Create a free account to access the full topic