All Data For Free
Pages
Home
Watch Full WWE Episodes of Raw and Smackdown
Contact Us
Copyright Policy
Saturday, 10 December 2011
Write a program to addition in c
#include
#include
main()
{
int a,b,tot;
clrscr();
printf("ENTER NO.1:- ");
scanf("%d",&a);
printf("ENTER NO.2:- ");
scanf("%d",&b);
tot=a+b;
printf("\n\ttotal=%d",tot);
getch();
}
OUTPUT
ENTER NO.1:10
ENTER NO.2:10
TOTAL=20
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment