下面程序的输出结果是______。
Main()

下面程序的输出结果是______。
Main()
{ int a[]={1,2,3,4,5,6,7,8,9,0},*p;
P=a;
Printf("%d\n",*(p+8)); }

B.8

C.10

D.9

正确答案是D