相关试题
-
若int x;且有下面的程序片断,则输出结果是() 。 for (x=3; x
-
下面程序的输出结果是( ) #include using namespace std; f(int a) { int b=0; static int c=3; b++;c++;
-
下面的程序段运行后,输出结果是 ( )。 int i,j,x=0; static int a[8][8]; for(i=0;i
-
以下程序输出结果是 。 #include stdio.h void f (); main() {int a; for(a=1;
-
下面程序的输出结果是( ) #include using namespace std; void fun(int x,int y,int z) { z=x*x+y*y; } int mai