#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,sum=0;
printf("Enter the number :\n");
scanf("%d%d",&a&b);
sum=a+b;
printf("Result=%d",sum);
getch();
}
#include<conio.h>
void main()
{
int a,b,sum=0;
printf("Enter the number :\n");
scanf("%d%d",&a&b);
sum=a+b;
printf("Result=%d",sum);
getch();
}
No comments:
Post a Comment