问题 单项选择题

有以下程序:
#include <stdio.h>
main()
char a=4;
printf("%d\n",a=a<<1);

程序的运行结果是( )。

A.40
B.16
C.8
D.4

答案

参考答案:C

单项选择题
多项选择题