填空题

以下程序运行后的输出结果是______。
main()
char c;int n=100;
loat f=10;double x;
x=f*=n/=(c=50);
printf("%d%f\n",n,x);

【参考答案】

000000
热门 试题