注意:此页面搜索的是所有试题
以下程序的运行结果是( )#include main(){int a,b,d=241;a=d/100%9;b=(-1)&&(-1);printf(.%d,%d.,a,b);}
A. 6,1
B. 2,1
C. 6,0
D. 2,0

参考答案