the findmax function is supposed to find the maximum item in an array and set the ptomax parameter to point to that item so that the caller can know the location of that item. explain why this function won't do that, and show a way to fix it. your fix must be to the function only; you must not change the main routine below in any way, yet as a result of your fixing the function, the main routine below must work correctly.