Answer:
void get_min(int [], int* );
void get_min(int [], int& );
Step-by-step explanation:
The second parameter has been passed by reference.
Two solutions are given for prototype.
9.4m questions
12.2m answers