若有以下程序段
Int m=0xabc,n=0xabc;

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

A.0X0

B.0x0

D.0XABC

正确答案是C