单项选择题

若有以下语句,且0≤k<6,则______是对数组元素地址的正确表示。
Static int x[]=1,3,5,7,9,11,*ptr,k;
ptr=x;

A.x++
B.&ptr
C.&(x+1)
D.&ptr[k]