int f(int t) int b; static int c = 3 ; c+ +; retum b; void main () {

admin2016-12-26  16

问题 int f(int t)
        int b;
              static int c = 3 ;
        c+ +;
        retum b;
         void  main ()
  {
         int i,k;   
{k==f(i);
for(i=1;i<3;i++)                                                                                                                                                                                         }
                 printf( " %2d",k) ;
}
          printf( " \n" ) ;
}

选项

答案4 6

解析
转载请注明原文地址:https://kaotiyun.com/show/qAAx777K
0

相关试题推荐
最新回复(0)