一起答
主观

以下程序运行后的输出结果是。

void main()

{int a=1,b=2,c=3;

 if(c=a,b

 else  printf("%d\n",b)

}

参考答案
查看试卷详情