单项选择题

以下程序的运行结果是______。
main()
char t=02;
printf("%d\n",t=++t>>2);

A.0
B.1
C.2
D.3