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

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

A.&a

B.a 1

C.a

D.&a[1]

正确答案:a

猜你喜欢