单项选择题
有以下程序段 int a[10]={1,2,3,4,5,6,7,8,9,10},*p=&a[3],b; b=p[5]; b中的值是()
A.5 B.6 C.8 D.9
A.14 B.12 C.8 D.6