问题 填空题

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

答案

参考答案:4,8,0

多项选择题
问答题 简答题