Practice ยท 2 of 4
Pointer to the Max
Implement const int* max_ptr(const int* a, int n) returning a pointer to the LARGEST element of the first n elements (n >= 1).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Address Practice