Home > Back-end >  c
c

Time:10-04

For c/c + + class written in recursive array maximum number inside, thank you
2230387224 @qq.com

CodePudding user response:

Is this homework assignments?

CodePudding user response:

To iterate over bai,
An int array [100]
Int findmax (int, int a [])
{
Int Max=a [I];
If (i>=0 & amp; & i<100)
If (maxMax=findmax (I + 1, a);
The return of Max;

}

CodePudding user response:

Boon boon to understand, thank you!