单项选择题

如有下面的语句说明,则表达式*(p+3)的值是()。
int a[]={2,3,4,5,6,7};
int *p=a;

A.5
B.6
C.4
D.3