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

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

A.4

B.5

C.6

D.3

正确答案是A