单项选择题

对语句“int a[10],*p=a;”,下列表述中正确的是( )

A、*p被赋初值为a数组的首地址
B、*p被赋初值为数组元素a[0]的地址
C、p被赋初值为数组元素a[1]的地址
D、p被赋初值为数组元素a[0]的地址