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

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

以下程序的执行结果是( )。

A.5

B.6

C.7

D.8


参考答案

更多 “ 以下程序的执行结果是( )。A.5B.6C.7D.8 ” 相关考题
考题 下列程序执行后的输出结果是( ) #define MA(x) x*(x-1) main() { int a=1,b=2; printf("%d\n",MA(1+a+b)); }A.5B.6C.7D.8

考题 以下程序的执行结果是 ( )。include using namespace std;class sample{private: int 以下程序的执行结果是 ( )。 #include <iostream> using namespace std; class sample { private: int x; public: sample (int A) { x=a; } friend double square(sample s); }; double square(sample s) {A.20B.30C.900D.400

考题 下列程序的执行结果是( )。includeint fun(int b[],int n){ int i,r=1;for(i=0;i 下列程序的执行结果是( )。 #include<iostream.h> int fun(int b[],int n) { int i,r=1; for(i=0;i<n;i++) r=r*b[i]; return r; } void main() { int x,a[]={1,2,3,4,5,6,7,8}; x=fun(a,3); cout<<x<<end1; }A.5B.6C.7D.8

考题 有以下程序程序执行后的输出结果是( )。A.ProhsbnB.PrphsbnC.ProgsbnD.Program

考题 有以下程序:程序执行后的输出结果是( )。A.PrphsbnB.ProhsbnC.ProgsbnD.Program

考题 下列程序执行后的输出结果是( ) #define MA(x) x*(x-1) main() {int a=1,b=2; printf("%d\n",MA(1+a+B) ); }A.5B.6C.7D.8

考题 以下程序的执行结果是()。includeint fun(int b[],int n){int i,r=1;for(i=0;i 以下程序的执行结果是( )。 #include<iostream.h> int fun(int b[],int n) { int i,r=1; for(i=0;i<n;i++) r=r*b[i]; } void main() { int x,a[]={1,2,3,4,5,6,7,8}; x=fun(a,3); cout<<x<<endl; }A.5B.6C.7D.8

考题 运行以下的程序代码,结果是()。includeusing namespace std;intmain(){int x=5;int *q 运行以下的程序代码,结果是( )。 #include<iostream> using namespace std; intmain() { int x=5; int *q=x; int y=x; y++; tout<<(*q)++<<end1; return 0; }A.5B.6C.7D.8

考题 10、以下程序的执行结果是()。 int fun(int b[],int n) { int i,r=1; for(i=0;i<n;i++) r=r*b[i]; return r; } void main() { int x,a[]={1,2,3,4,5,6,7,8}; x=fun(a,3); cout<<x<<endl; }A.5B.6C.7D.8