一起答
主观

以下程序的运行结果是。

void main()

{int a=4,b=8,c;

c=(a/b= =a)&&(a+b!=20);

printf("%d,%d\n",a,b,c);

}

参考答案
查看试卷详情