下面程序的输出结果是( )
#include
using namespace std;
f(int a)
{ int b=0;
static int c=3;
b++;c++;
return (a+b+c);
}
int main( )
{ int a=2,i;
for(i=0;i
A7 8 9
B7 7 7
C7 10 13
D7 9 11
相关试题
-
下面程序的输出结果是( ) #include using namespace std; f(int a) { int b=0; static int c=3; b++;c++;
-
下面程序的输出结果是( ) #include using namespace std; int fun(int a,int b) { return (++a*b++); } int m
-
下面程序的输出结果是( ) #include using namespace std; void fun(int x,int y,int z) { z=x*x+y*y; } int mai
-
下面程序的输出结果是( ) #include using namespace std; int main( ) { int x=6,y=8; if(x++
-
下面程序的输出结果为( ) #include using namespace std; int main( ) { int a[3][3]={{1,2},{3,4},{5}}; int