单项选择题

以下程序段的输出结果是______。
int sbr[]=10,8,6,4,2,*p=str+1;
printf("%d\n",*(p+2));

A.6
B.4
C.10
D.不确定的值