若有定义:int a[5];则a数组中首元素的地址可以表示为()。

8 查阅

若有定义:int a[5];则a数组中首元素的地址可以表示为()。

A.&a

B.a+1

C.a

D.&a[1]

参考答案:

答案:a