填空题 下程序的输出结果是{{U}} 【20】 {{/U}}。   # 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);   }
  • 1、
【正确答案】 1、[20] 2468(若字符间有空格扣1分)    
【答案解析】