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