Home » Files » My files

add
[ Download from this server (14.4 Kb) ] 01 June 15, 11:05 AM

#include<stdio.h>
#include<conio.h>
void main()
 {
 int a,b,c;
 clrscr();
printf("Enter the value of a:");
scanf("%d",&a);
printf("Enter the value of b:");
scanf("%d",&b);
c=a+b;
printf("value of c:%d");

 

getch();
}

Category: My files | Added by: sonu
Views: 232 | Downloads: 16 | Rating: 0.0/0
Total comments: 0
avatar