#include<stdio.h>
#include<conio.h>
Void main()
{
Int a,b,sum=0;
Clrscr();
Printf("Enter two numbers\n");
Scanf("%d%d",&a,&b);
Sum=a+b;
Printf("Sum of two numbers=%d",sum);
getch();
}
If you are begginer and u have any question about anything , just comment..i'll try to resolve..
Comments
Post a Comment