[填空题] 以下程序的功能是:借助指针变量找出数组元素中的最大值及其元素的下标值。请填空。
#include <stdio.h>
main()
inta[10],*p,*s;
for(p=a; p-a<10; p++) scanf("%d",p);
for(p=a, s=a; p-a<10; p++) if(*p>*s)s=______;
printf("index=%d", s-a);
[填空题] 以下程序的功能是:借助指针变量找出数组元素中的最大值及其元素的下标值。请填空。
#include <stdio.h>
main()
inta[10],*p,*s;
for(p=a; p-a<10; p++) scanf("%d",p);
for(p=a, s=a; p-a<10; p++) if(*p>*s)s=______;
printf("index=%d", s-a);
p
VIP截止日期:2025-01-02 01:33:32
←请使用支付宝扫码支付VIP截止日期:2025-01-02 01:33:32
←请使用微信扫码支付