下面程序
Main()

下面程序
Main()
{
Int x=32;
Printf("%d\n",x=x<<1);
}
的输出是______。

A.100

B.160

C.320

D.64

正确答案是D