单项选择题

includemain{ short C=124;C=C_;printf("%d\n",c);}若要使程序的运行结果为248,应在下划线处填入的是()。

A.>>2
B.|248
C.&0248
D.<<1