消防员避火防护服在火焰温度1000℃的状况下长期使用仍有较高强力保留率。
参考答案:对
有以下程序: main() { int x=3, y=2, z=1;printf("% d\n", x/y&~z); } 程序运行后的输出结果是______。
A.3
B.2
C.-1
D.0