单项选择题

有以下程序: #include <stdio.h> main() { unsigned char a=8, c; c=a>>3: printf("%d\n", c); } 程序运行后的输出结果是______。

A.16
B.1
C.32
D.0