填空题

以下程序运行后输出的结果是______。
main()
int a,b,c;
a=97;
b=097;
c=0x97;
printf("%d %d %d\n",a,b,c);

【参考答案】

出错 或 无结果等