单选题 以下程序的输出结果是(    )。
   #include<stdio.h>
   main()
   {  int a,b,d=241;
      a=d/1 00/%9:
   b=(-1)&&(-1);
   printf("/%d,/%d\n",a,b);}
   A.6,1    B.2,1    C.6,0 D.2,0
【正确答案】 B
【答案解析】