单选题 下面程序段的输出结果是______。 main() { char x=10000111,c; c=(x-2)^(x+2); printf("%d/n",c); }
【正确答案】 D
【答案解析】