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


Comments

Popular posts from this blog

Header Files in C

Programming Concepts