填空题
以下程序运行后输出的结果是______。
void main()
int a=1,b=2,c=3;
if(c=a,b<c) printf("%d\n",c);
else printf("%d\n",b);
【参考答案】
B
点击查看答案
<上一题
目录
下一题>
热门
试题
填空题
下列程序的输出结果是______。 void main() int a=1,b=2; a=a+b;b=a-b;a=a-b; printf( %d,%d n ,a,b);
点击查看答案
填空题
软件工程包括3个要素,分别为方法、工具和______。
点击查看答案
相关试题
a[row][colum]
row
若有定义语句:char s[100],d[10...
’ 0’或0或NULL