单项选择题

有如下程序段:
int *p, a[7]={-5,0,4,2,7,1}; p=a+6;
执行该程序段后,*p的值为______

A.4
B.2
C.1
D.0