单项选择题
有以下程序 #include main() { unsignedchar a=8,c; c=a>>3; printf("%d\n",C); } 程序运行后的输出结果是()。
A.32 B.16 C.1 D.0
A.写操作结束后可以从头开始读 B.只能写不能读 C.可以在原有内容后追加写 D.可以随意读和写
A.10 B.11 C.20 D.21