单项选择题

下面程序
main()
int x=32;
printf("%d\n",x=x<<1);
的输出是________。

A.100
B.160
C.120
D.64