单项选择题

以下程序的输出结果是
#include<iostream.h>
void main()
char x=040;
cout<<(x<<1);

A.100
B.80
C.64
D.32