多项选择题

若有下列定义,int a[5];则对a数组元素地址的正确引用是()。

A.&a[5]
B.&a[0]
C.a
D.&a[1]