Get Update on recent Technology & Programming

Wednesday, 15 November 2017

C Program to print the largest Of Two Number

Posted by   on Pinterest

C Program to print the largest Of Two Number





#include<stdio.h>

int main(void)

{

 int a,b;

 printf("Enter two numbers : ");

 scanf("%d%d",&a,&b);

 if(a>b)

  printf("Bigger number=%d\n",a);

 else

  printf("Bigger number=%d\n",b);

 return 0;

}



No comments:
Write comments

Hey, we've just launched a new custom color Blogger template. You'll like it -
Join Our Newsletter