Write a C program to find the largest and smallest of three numbers. Here’s simple program to find the largest and smallest of three numbers in C Programming Language.
In this program, Firstly, we are going to take input of three numbers from the user and then check for the condition which number is larger or smaller and then print the result on the screen.
Below is the source code for C program to find the largest and smallest of three numbers which is successfully compiled and run on Windows System to produce desired output as shown below :
SOURCE CODE : :
OUTPUT : :
Above is the source code for C program to find largest and smallest of three numbers which is successfully compiled and run on Windows System.The Output of the program is shown above .
need an explanation for this answer? contact us directly to get an explanation for this answer