单项选择题有以下程序; main() inf a[]=[2,4,6,8,10],y=0,x,*p; p=&a[1]; for(x=1;x<3;x++) y+=p[x]; printf( %d n ,y); 程序运行后的输出结果是( )。
单项选择题用C语言编写的代码程序( )。