试题详情

有以下程序 #include "stdio.h" void main() { int a=111; a=a^00; printf("%d,%o\n",a,a); } 执行后的输出结果是( )。

A111157

B 0,0

C 20,24

Dmain函数必须出现在固定位置