• 2021-04-14
    以下程序调用findmax函数返回数组中的最大值。在下面划线处应填入的是( )。 #include findmax( int *a, int n) { int *p, *s; for (p=a, s=a; p-a