Home
About
Contact
Privacy Policy
Terms And Conditions
Disclaimer
ELAB SOLUTIONS
Header Ads Widget
Responsive Advertisement
Home-icon
Ticker
6/recent/ticker-posts
Home
input and output
BIG
BIG
Abishiek
August 26, 2020
BIG SOLUTION :(input and output session)
#include <stdio.h>
int main()
{
int num1,num2;
scanf("%d%d", &num1, &num2);
if (num1>num2)
{
printf("%d",num1);
}
else
{
printf("%d",num2);
}
return 0;
}
Post a Comment
0 Comments
Followers
Social Plugin
Ad Space
Responsive Advertisement
Popular Posts
Labels
Elab Solution
10
input and output
10
0 Comments