单项选择题
有以下程序 #include<stdio.h> main() { short c=124; c=c______; printf("%d\n",c); } 若要使程序的运行结果为248,应在下划线处填入的是()
A.>>2 B.|248 C.&0248 D.<<1
A.2,4 B.4,4 C.4,8 D.10,6