填空题

main() {inta[]={2,4,6},*ptr=&a[0],x=8,y,z; for(y=0;y<3;y++) {z=(*(ptr+y)<y)*(ptr+y):x; printf("%d\n",z);} } 程序运行结果是:_________

【参考答案】

888