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