有以下程序
#include <stdio.h>

有以下程序
#include <stdio.h>
Main()
{ char a=4;
Printf("%d\n",a=a<<1);
}
程序的运行结果是______。

A.40

B.16

C.8

D.4

正确答案是C