单项选择题

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

程序的运行结果是( )。

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