logo - 题百科
找答案
首页
【单选题】
以下程序调用 findmax 函数返回数组中的最大值 ( ) 。 findmax(int *a,int n) { int *p,*s; for(p=a,s=a; p-a if ( ) s=p; return(*s); } void main() { int x[5]={12,21,13,6,18}; printf("%d\n",findmax(x,5)); }
A.
p>s
B.
*p>*s
C.
a[p]>a[s]
D.
p-a>p-s
参考答案:
登录免费查看参考答案
参考解析:
登录免费查看参考解析
知识点:
登录免费查看知识点
答题技巧:
登录免费查看答题技巧
被用于:
暂无被用于
..
刷刷题刷刷变学霸
.
刷刷题刷刷变学霸