网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在FoxPro系统状态下,有下列命令序列:Z=“X*Y”X=5Y=10?&Z执行后,输出结果是____。

A、50

B、X*Y

C、Z

D、5*10


参考答案

更多 “ 在FoxPro系统状态下,有下列命令序列:Z=“X*Y”X=5Y=10?&Z执行后,输出结果是____。A、50B、X*YC、ZD、5*10 ” 相关考题
考题 以下程序执行后的输出结果是( )。include usingnamespacestd;void try(int,int,int,in 以下程序执行后的输出结果是( )。 #include <iostream> using namespace std; void try(int,int,int,int); int main ( ) { int x,y,z,r; x=1; y=2; try(x,y,z,r); cout<<r<<end1; return 0; } void try(int x,int y, int z,int r) { z = x+y; x = X*X; y = y*y; r = z+x+y; }A.18B.9C.10D.不确定

考题 执行以下语句后的输出结果是______。int x=10,y=3,z;printf("%d\n",z=(x%y,x/y));A.1B.0C.4D.3

考题 以下程序执行后的输出结果是include using namespace std;void try(int,int,int,int) 以下程序执行后的输出结果是 #include <iostream> using namespace std; void try(int,int,int,int); int main () { int x,y,z,r; x =1 ; y = 2; try(x,y,z,r); cout<<r<<endl; return 0; } void try(int x,int y,int z,int r) { z = x+y; x = x*x; y = y*y; r = z+x+y; }A.18B.9C.10D.不确定

考题 以下程序执行后的输出结果是includeusing namcspace std;void try(int,int,int,int); 以下程序执行后的输出结果是 #include<iostream> using namcspace std; void try(int,int,int,int); int main() { int x,y,z,r; x=1; y=2; try(x,y,z,r); cout<<r<<end1; return 0; } void try(int x,int y, int z,int r) { z = x+y; x = x*x; y = y*y; r = z+x+y; }A.18B.9C.10D.不确定

考题 以下程序执行后的输出结果是()。includeusing namespace std;void try(int,int,int,in 以下程序执行后的输出结果是( )。 #include<iostream> using namespace std; void try(int,int,int,int); int main() { int x,y,z,r; x=1; y=2; try(x,y,z,r); cout<<r<<endl; return 0; } void try(int x,int y, int z,int r) { z = x+y; X = x*x; y = y*y; r = z+x+y; }A.18B.9C.10D.不确定

考题 以下程序执行后的输出结果是include.using namespace std;void try(int,int,int,int) 以下程序执行后的输出结果是 #include<iostream>. using namespace std; void try(int,int,int,int); int main() { int x,y,z,r; x=1; y=2; try(x,y,z,r); cout<<r<<end1; return 0; } void try(int x,int y, int z,int r) { z = x+y; x = x*x; y = y*y; r = z+x+y; }A.18B.9C.10D.不确定

考题 若x,y,z均为int型变量,则执行以下语句后的输出为() x=(y=(z=10)+5)-5; printf(“x=%d,y=%d,z=%dn”,x,y,z); y=(z=x=0,x+10); printf(“x=%d,y=%d,z=%dn”,x,y,z);A.x=10,y=10,z=10 x=0,y=10,z=0B.x=10,y=15,z=10 x=10,y=10,z=0C.x=10,y=15,z=10 x=0,y=10,z=0D.x=10,y=10,z=10 x=10,y=10,z=0

考题 已知“int x=10,y=20,z=30;”,则执行下列语句后,x、y、z的值是()。 if (x>y) { z=x; x=y; y=z; }A.x=10,y=20,z=30B.x=20,y=20,z=10C.x=20,y=10,z=30D.x=30,y=20,z=10

考题 若x,y,z均为int型变量,则执行以下语句后的输出为() x=(y=(z=10)+5)-5; printf(“x=%d,y=%d,z=%dn”,x,y,z); y=(z=x=0,x+10); printf(“x=%d,y=%d,z=%dn”,x,y,z);A.x=10,y=15,z=10 x=0,y=10,z=0B.x=10,y=10,z=10 x=0,y=10,z=0C.x=10,y=15,z=10 x=10,y=10,z=0D.x=10,y=10,z=10 x=10,y=10,z=0