C program to find the Largest of Three Numbers using Conditional Operator.

PROGRAM:

 

Sample Output: ( using GNU GCC Compiler with Code Blocks IDE )

Enter Three Numbers: 5 7 6
The Largest Number is: 7