Question: what does this mean? int max(int a, int b) { return (a > b)? a : b; } what does this calculates? can someone explain
what does this mean?
int max(int a, int b)
{
return (a > b)? a : b;
}
what does this calculates? can someone explain it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
