有以下程序
Main()

有以下程序
Main()
{ int m=3,n=4,x;
X=-m++;
X=x+8/++n;
Printf("%d\n",x);
}
程序运行后的输出结果是______。

A.3

B.5

C.-1

D.-2

正确答案是D