网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在定义int a[10];之后,对a 的引用正确的是()。
A.a[9]
B.a[6.3]
C.a(6)
D.a[10]
参考答案和解析
A
更多 “在定义int a[10];之后,对a 的引用正确的是()。A.a[9]B.a[6.3]C.a(6)D.a[10]” 相关考题
考题
若有以下定义语句:int a[10]={1,2,3,4,5,6,7,8,9,10}; 则下列哪个是对该数组元素的正确引用( )A. a[10]B. a[a[3]-5]C. a[a[9]]D. a[a[4]+4]
考题
若有以下说明和定义:fun(int*c){ }main(){ int(*a)()=fun,*b(),w[10],c; ……}在做必要的赋值之后,对fun函数的正确调用语句是______。A.a=a(w);B.(*a)(c);C.b=*b(w);D.fun(b);
考题
若有以下结构体定义,则______是正确的引用或定义。 struct example { int x; int y; }v1;A.example.x=10B.example v2.x=10C.struct v2;v2.x=10D.struct example v2={10};
考题
若有以下结构体定义,则是正确的引用或定义。struct example{ int x; int y;}v1;A.example.x=10B.examplev2.x=10C.struct v2;v2.x=10D.struct example v2={10};
考题
对下列程序的描述正确的是()。include using namespace std;int fuc(int,int);int mai
对下列程序的描述正确的是( )。 #include <iostream> using namespace std; int fuc(int,int); int main(){ cout<<fuc(1,10)<<endl; return 0; } int fuc(int x,int y){ return x*x+y*y; }A.该函数的定义和调用方式都是错误的B.该函数的定义和调用方式都是正确的C.该函数调用方式正确,但函数定义错误D.函数定义正确,但函数调用方式错误
考题
若有以下结构体定义,则______是正确的引用或定义。 struct example { int x; int y; }v1;A.example.x=10B.example v2.x=10C.example.x=10D.struct example v2={10};
考题
若有以下说明和定义: fun(int *c) {……} main() { int(*a) ()=fun,*b(),w[10],c; ┇ } 在必要的赋值之后,对fun函数的正确调用语句是( )A.a=a(w);B.(*a) (c) ;C.b=*b(w);D.fun(b);
考题
已知:int m=10;在下列定义引用的语句中,正确的是______。A.int x=m;B.int y=m;C.int x=m;B.int y=m;C.int z;D.int t=m;
考题
若有下列定义,则对a数组元素地址的正确引用是( )。int a[5],*p=a;A.p+5 B.*a+1
若有下列定义,则对a数组元素地址的正确引用是( )。int a[5],*p=a;A.p+5B.*a+1C.&a+1D.&a[0]
考题
单选题在Java语言中如下定义:int[]a=new int[10];则对a数组元素的正确引用是()。A
a[10]B
a[3+1]C
a(5)D
a[0]
热门标签
最新试卷