若有以下说明:
Int a[10]={1,2,3,4,5,6,7,8,9,

若有以下说明:
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

正确答案是C