填空题 以下程序运行后的输出结果是 1。   main( )   { int a=1,b=3,c=5;    if (c=a+b) printf("yes/n");    else   printf("no/n");   }
  • 1、
【正确答案】 1、yes    
【答案解析】