If(*pmax<*py)*pmax=*py;
If(*pmax<*pz)*pmax=*pz;
Printf(“max=%d\n”,max);
}
(16)以下程序的输出结果是 ____________
Int fun(int*x,int n)