单项选择题

若有以下说明:
int a[10]=1,2,3,4,5,6,7,8,9,10,*p=a;
则值为6的表达式是_______。

A.*p+6
B.*(p+6)
C.*p+=5
D.p+5