问题
填空题
以下程序的输出的结果是______。 int x=3; main() { int i;for (i=1;i<x;i++) incre(); } incre() { staic int x=1;x*=x+1;printf("%d",x); }
答案
参考答案:Z
以下程序的输出的结果是______。 int x=3; main() { int i;for (i=1;i<x;i++) incre(); } incre() { staic int x=1;x*=x+1;printf("%d",x); }
参考答案:Z