第20022题 判断
判断给定C++代码执行后变量pos的值是否为4
string str="chenADai";
int pos = str.find('D');
--pos&11;
A

正确

B

错误