Question: Need answer in C (NOT C++) programming language Write a C function which has two formal parameters of type int and returns the larger of
Write a C function which has two formal parameters of type "int" and returns the larger of the two values. If the values are of equal value, return either the first or second parameter. Use this function signature: int max(int a, int b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
