“&&”之间有什么区别吗?和“和”?

时间:2013-08-12 11:51:26

标签: c++ operators

执行&&and之间有什么区别吗?例如:

bool resA = (a and b and c);  
bool resB = (a && b and c);

resAresB是否相同,或者如果不相同,为什么会选择其中一个?

0 个答案:

没有答案