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