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.
3.6m questions
4.5m answers