C Program logics to find the largest of two numbers


Using this program you can find the largest among two numbers. Here we carry out this by two different logics.



LOGIC 1 (Conditional Operator)

LOGIC 2 (If Else statement)

Comments