Greatest of Three Numbers in C Using Nested If
Hi friends, in this tutorial you will learn how to write a program to find the greatest of three numbers in c using nested if statement. The logic of the program:- First of all, we will declare four integer variables as a,b,c, and big. here ‘big’ is used to store the result. Inside the first … Read more