Question #292749

A function which takes two input parameters and return the largest

Expert's answer

int lagest(int a, int b) {
    if (a > b)
        return a;
    else
        return b;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS