填空题 以下程序运行后的输出结果是 1
main2
int a=1,b=2,c=3;
 if(c=a) printf("%d/n",c);
 else printf("%d/n",b);


  • 1、
【正确答案】 1、1    
【答案解析】