单选题
In C launguage, when an array name is passed to a function, what is passed is the ______ of the beginning of the array.
A、
data
B、
value
C、
location
D、
element
【正确答案】
C
【答案解析】
[解析] 译文的含义是:在C语言中,当数组名传递给函数时,传递的是数组的起始( )。 选项A、B、C、D的含义分别是数据、数值、位置、元素,选项C为正确答案。
提交答案
关闭