#include<stdio.h>
#include<conio.h>
void main()
{
int num1,num2;
clrscr();
printf("Enter First Number");
scanf("%d",&num1);
printf("Enter Second Number ");
scanf("%d",&num2);
if(num1>num2)
{
printf("Greather Number : %d",num1);
}
else
{
printf("Greather Number Is :%d",num2);
}
getch();
}
To Download This Source Code Please Click on Download Link.....!
---Download---
#include<conio.h>
void main()
{
int num1,num2;
clrscr();
printf("Enter First Number");
scanf("%d",&num1);
printf("Enter Second Number ");
scanf("%d",&num2);
if(num1>num2)
{
printf("Greather Number : %d",num1);
}
else
{
printf("Greather Number Is :%d",num2);
}
getch();
}
To Download This Source Code Please Click on Download Link.....!
---Download---