有以下程序 #include <stdio.h> main() { unsigned char a=8,c; c=a>>3; printf("%d\n",c); } 程序运行后的输出结果是()。
A.32 B.16 C.1 D.0
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。