单选题 以下程序的输出结果是( )。
main()
int x=0x02ff,y=0x0ff00;
printf("%d/n",(x&y)>>410x005f);

A.127 B.255
C.128 D.1

【正确答案】 A
【答案解析】