第20078题 判断
执行给定的C++代码后,输出结果是否为8?
int a = 0b1010; int b = 01100; int c = a & b; cout << c << endl;
A

正确

B

错误

提交0次 正确率0.00%
答案解析