下面程序
Main()

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

A.3

B.4

C.1

D.2

正确答案是A