单选题 以下程序调用findmax函数返回数组中的最大值 ( )。 findmax(int *a,int n) { int *p,*s; for(p=a,s=a; p-a
【正确答案】 B
【答案解析】