一起答
主观

以下程序运行后的输出结果是【】。

main()

{int a,b,c;

 a=97;

 b=097;

 c=0x97;

 printf("%d %d %d\n",a,b,c);

}

参考答案
查看试卷详情