单项选择题

以下程序的输出结果是( )。   #include<iostream.h>   voidmain( )   { charx=040;     cout<<(x<<1);}

A.并运算
B.交运算
C.差运算
D.积运算