Question: Exercise 2.5. Write a function that computes the minimum and the max- imum of two integer variables and returns them through call-by-reference parameters. It should

Exercise 2.5. Write a function that computes the minimum and the max- imum of two integer variables and returns them through call-by-reference parameters. It should have the following prototype:

int minmax(int a, int b, int * min, int * max);

Write a unit test of minmax in a main function.

language is in C.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!