第22431题 单选题
C++中a和b均为int类型变量时,下列表达式能正确判断a等于b的是?
A

((a / b) == 1)

B

((a & b) == a)

C

((a ^ b) == 0)

D

((a | b) == b)

程序运行统计
暂无判题统计