• 2022-06-09
    下面程序的输出是____。 #define MAX 5 int a[MAX], k; main( ) { Fun1( ); Fun3( ); Fun2( ); Fun3( ); printf(" "); } Fun1( ) { for(k=0; k