填空题
以下程序运行后的输出结果是
1
。
main
2
char c; int n=100;
loat f=10; double x;
x=f*=n/=(c=50);
printf("%d %f/n",n,x);
1、
【正确答案】
1、2 20.000000
【答案解析】
提交答案
关闭