在线名词解释大全
专业、全面、易懂的全领域名词百科

void main()


{    char x=040;
     printf("%d\n", x=x<<1);


}


上面程序的输出是:

题型:单选题
选项
A. 100
B. 160
C. 120
D. 64
正确答案:D