Pages - Menu
HOME
GADGETS
ANDROID
SOFTWARES
COMPUTER TRICKS
ABOUT US
PRIVACY DISCLAIMER
CONTACT
Add of Two Numbers
#include<stdio.h>
#include<conio.h>
main (void)
{
int a,b,c;
clrscr();
printf("enter the value:");
scanf("%d %d",&a,&b);
c=a+b;
printf("the result is %d",c);
getch();
}�
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment