赞题库-背景图
单项选择题

若有以下程序段:
int m=0xabc, n=0xabc;
m-=n;
printf("%X\n",m);
执行后输出结果是( )。

A.0X0
B.0x0
C.0
D.0XABC