write a program to find largest among 2 numbers?
Answers
Answered by
12
Answer:
Hope it helps u
Explanation:
Program to find the greatest of two numbers
// C program to find the greatest of two numbers.
#include<stdio.h>
int main()
{
//Fill the code.
int num1, num2;
scanf(“%d %d”,&num1,&num2);
Answered by
0
The upper answer is correct
Similar questions
Music,
5 months ago
Social Sciences,
10 months ago
Math,
1 year ago
Hindi,
1 year ago
Physics,
1 year ago