单项选择题

有以下程序
  #include<stdio.h>
  main()
  {short c=124;
  c=c_______;
  printf(“%d\n”、C);
  }
  若要使程序的运行结果为248,应在下划线处填入的是

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