网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若有语句:int x=6,*p=&x;则下面正确的表达式是()
- A、++&x
- B、(*p)--
- C、&(x+5)
- D、p=1000
参考答案
更多 “若有语句:int x=6,*p=x;则下面正确的表达式是()A、++xB、(*p)--C、(x+5)D、p=1000” 相关考题
考题
若有以下函数首部int fun(double x[10], int *n)则下面针对此函数的函数声明语句中正确的是A)int fun(double x, int *n);B)int fun(double , int );C)int fun(double *x, int n);D)int fun(double *, int *);
考题
若有以下变量定义和函数调用语句: int a=5; fun(a); 则执行下面函数后正确的输出结果是( )。 void fun(int*x) { cout<<++*x<<end1; }A.3B.4C.5D.6
考题
若有以下函数首部: int fun(double x[10],int *n) 则下面针对此函数的函数声明语句中正确的是( )。A.int fun(double x, int *n);B.int fun(double, int);C.int fun(double *x, int n);D.int fun(double*, int*);
考题
若有以下函数首部 int fun(double x[lO],int *n) 则下面针对此函数的函数声明语句中正确的是______。A.int fun(double x, int *n);B.int fun(double, int);C.int fun(double *x, int n);D.iht fun(double*,int*);
考题
若有如下变量定义和函数调用语句: inta=5; fun(A) ; 则执行下面函数后正确的输出结果是( )。 void fun(int*x) { cout<<++*x<<endl; }A.3B.4C.5D.6
考题
若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。 A.-20B.-l0C.0
若有定义语句:“int x=10;”,则表达式x-=x+x的值为( )。A.-20B.-l0C.0D.10
考题
若有int x[]={1,2,3,4,5,6,7,8,9,10},*p=x;则值为4的表达式是 ______。A.p+=2,*(p++)B.p+=2,*++pC.p+=3,*p++D.p+=2,++*p
考题
单选题若有以下函数首部int fun(double x[10],int*n)则下面针对此函数的函数声明语句中正确的是( )。A
int fun(double*,int*);B
int fun(double,int);C
int fun(double *x,int n);D
int fun(double x,int*n);
考题
单选题若有语句:int x,*p=x;则与该语句等价的语句是()A
intx,*p;*p=x;B
int x,*p;p=x;C
int x,*p;*p=x;D
int x,*p;p=x
考题
单选题若有C语句int k=5;float x=1.2;,则表达式(int)(x+k) 的值是()A
5B
6.2C
7D
6
热门标签
最新试卷