填空题 以下程序的运行结果是______。
void main()
int a=4,b=8,c;
c=(a/b==a)&&(a+b!=20);
printf("%d,%d,%d/n",a,b,c);


  • 1、
【正确答案】 1、4,8,0    
【答案解析】