单项选择题

下面程序段的输出为
#include "stdio.h"
main()
printf("%d\n",12<<2);

A) 0
B) 47
C) 48
D) 24