Practice ยท 2 of 4
Array Max
Implement int array_max(const int* a, int n) returning the largest element (n >= 1 guaranteed).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Array Workbench
Practice ยท 2 of 4
Implement int array_max(const int* a, int n) returning the largest element (n >= 1 guaranteed).
Difficulty: beginner
Back to lesson: Practice: Array Workbench