单项选择题
有以下程序 #include<stdio.h> main() { unsigned char a=8,c; c=a>>3; printf("%d\n",c); } 程序运行后的输出结果是()
A.32 B.16 C.1 D.0
A.10 B.11 C.20 D.21
A.1,2 B.4,1 C.3,4 D.2,3