企源知识库
专业知识收录平台
设函数int & index(int * a,int i)返回数组a中下标为i的元素,如存在整型数组int Array[]={1,2,3},在执行index(Array,2)+ +后,Array中各元素值为
分类:
C+ + 程序设计(04737)
发表:2024年09月12日 02时09分42秒
作者:
admin
阅读:
(13)
设函数int & index(int * a,int i)返回数组a中下标为i的元素,如存在整型数组int Array[]={1,2,3},在执行index(Array,2)+ +后,Array中各元素值为
A、{0,1,2}
B、{l,1,2}
C、{1,2,4}
D、{0,2,3}
【正确答案】:C
【题目解析】:index(Array,2)+ +相当于Array[2]++,所以在执行index(Array,2)+ +后,Array中各元素值为{1,2,4}。
上一篇
根据霍兰德的性格与职业匹配理论,企业型性格适合从事的工作有
下一篇
To renew America, we must be bold. We must do what no generation has had todo before. We must invest more in our own people, in their jobs, in theirfuture, and at the same time cut our massive debt. And we must do so in a world
Top
首页
后台登录
×
×