填空题
若有以下程序:
main()
int p,a=5;
if(p=(a!=0,a++))
printf("%d/n",p);
else
printf("%d/n",p+2);
执行后输出的结果是______。
1、
【正确答案】
1、5
【答案解析】
提交答案
关闭