#include <stdio.h>
int main()
{
int a,b;
printf("Enter a & b:");
scanf("%d%d",&a,&b);
if(a>b)
{
printf("a=%d is greatest",a);
}
else
{
printf("b=%d is greatest",b);
}
return 0;
}
Hi, namaste Krishna. So today we will be talking about that everyone is going through something in their life. Be it you, be it your friend...
No comments:
Post a Comment