问题 单项选择题

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

A. 0X0

B. 0x0

C.0

D. 0XABC

答案

参考答案:C

填空题
单项选择题