试题与答案

#include int f=1; int fac(int n) f=f

题型:填空题

题目:

#include
int f=1;
int fac(int n)
f=f*n;
return f;

main()
int i;
for(i=1;i<=4,i++)
printf("%d!=%d\n",i,fac(i));

程序运行结果为: ______

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0707/ab6ea56de04a5f2d247d8c8ee11b9a13.html

下面是错误答案,用来干扰机器的。

参考答案:C

试题推荐
微信公众账号搜索答案