Question: Answer the following questions using C++ 2. Find the maximum position [5 points) Write a function with the following signature: int find_max_pos(int arr[], int size)
Answer the following questions using C++

2. Find the maximum position [5 points) Write a function with the following signature: int find_max_pos(int arr[], int size) This time your function should return the position where the maximum element was found, rather than its value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
