Program to find the greater number from two different numbers.


Here, two numbers are requested from the user and placed in 'a' and 'b' variable using scanf. The value of the variable are checked using 'if' structure. If value in a is greater than value of a will be displayed as greater else value of b is displayed as greater number in comparision.

Output


Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.