> ~ Online tutorial



Addding Two Number

#include<stdio>
#include<conio>
void main()
{
int a,b,c;
clrscr();
printf("\n enter the no");
scanf("%d%d"&a,&b);
c=a+b;
printf("add %d",c);
getch();
}


Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: