填空题

下程序的输出结果是 【20】 。   # 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);   }

【参考答案】

[20] 2468(若字符间有空格扣1分)