Problem:
Question- Write a function called find_min_max() that accepts an array of integers and the number of items in the array as input parameters, and returns the minimum and maximum values in the array through output parameters (pointers).
Please describe function called find_min_max() that accepts an array of integers.