问题 单项选择题

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为正确答案。

选择题
判断题