[单选题]

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

A.0

B.1

C.10

D.9

参考答案与解析: