单选题 下面程序的输出结果是 ( )
  main( )
   int a[10]=l,2,3,4,6,7,8,9,10,*p=a;
    printf("%d//n",*(p+2));

【正确答案】 A
【答案解析】