有如下说明Int a[10] = {1,2,3,4,5,6,7,8,9,10},*p = a;则数值为9的表达式是______。
A.*p+9
B.*(p+8)
C.*p+=9
D.p+8
正确答案是B