问题
-
(34 )有以下程序#include <stdio.h>int fun (){ static int x=1;x*2; return x;}main (){
-
(34 )有以下程序#include <stdio.h>int fun (){ static int x=1;x*2; return x;}main (){
-
(34)有以下程序#include <stdio.h>int fun(){ static int x=1;x*=2;return x;}main(){ int
-
有以下程序#include <stdio.h>void fun(int s[]){ static int j=0; do s[j]+=s[j+1]; whil
-
有以下程序#include<stdio.h>int fun( ){static int x=1;x+=1;return x;}main( ){int i s=
-
有以下程序int fun(int x[] int n){static int sum=0 i;for(i=0;i