A-A+

下程序的输出结果是【 】。 include<stdio.h> define MAX_COUN

2022-08-12 18:35:47 问答库 阅读 197 次

问题详情

下程序的输出结果是【 】。 include<stdio.h> define MAX_COUNT4 void fun() main() { int count; for(count=1;count<=MAX_COUNT;coun+ +)fun(); } void fun() { staic int i; i + =2; printf(”%d,i); }


请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:2468(若字符间有空格扣1分)
2468(若字符间有空格扣1分)

考点:程序