单项选择题

若有int a[]=2,4,6,8,10;int *p=a;则第2个数组元素的正确表示为 ______。

A.*p++
B.p+2
C.&(p+2)
D.*(p+2)