while(n<=4) {change(&x[n]);n++;}
for(n=0;n<5;n++) printf("%d",x[n]);
printf("\n");
}
程序运行后的输出结果是( )。
A)