一起答
单选

以下程序的输出结果是( )。

#include

void main()

{int a,b,d=241;

  • a=d/100%9;
  • b=(-1)&&(-1);    printf("%d,%d\n",a,b);}
  • A.6,1      B.2,1         C.6,0         D.2,0
试题出自试卷《2012年9月计算机等级考试二级C考前全真模拟试卷(十)》
参考答案
查看试卷详情