假设我们有一下的C++代码:请问res的值是什么?请问res的值是什么?()
int a = 5, b = 3, c = 4; bool res = a & b || c ^ b && a | c;
true
false
1
0