单项选择题

以下程序运行后的输出结果是
main( )
int a[5]=2,4,6,8,10,*p,**k;
p=a; k=&p;
printf("% d",*(p++));
printf("%d\n",**k);

A.4
B.22
C.24
D.46
热门 试题