有以下程序:
include<stdio.h>
main
{ short C=124;
C=C_;
printf("%d\n",c);
}
若要使程序的运行结果为248,应在下划线处填入的是( )。
A.>>2
B.|248
C.&0248
D.<<1