单选题
有以下程序 #include main() { unsignedchar a=8,c; c=a>>3; printf("%d/n",C); } 程序运行后的输出结果是
A、
32
B、
16
C、
1
D、
0
【正确答案】
C
【答案解析】
提交答案
关闭