1.

Write a program to find largest among 2 numbers? ​

Answer»

Hope it helps uExplanation:Program to find the greatest of two NUMBERS// C program to find the greatest of two numbers.#includeint MAIN(){//FILL the code.int num1, NUM2;SCANF(“%d %d”,&num1,&num2);



Discussion

No Comment Found