一起答
主观

main(  )

{ int a[5]={2,4,6,8,10},*P,* *k;

p=a; k=&p;

printf("%d,",*(p++));

printf("%d\n",* *k); }

程序的输出结果是__________。

参考答案
查看试卷详情