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