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