#include<stdio.h>
#include<conio.h>
void main()
{
int n1,n2,result;
clrscr();
printf("Enter Two Number : ");
scanf("%d%d",&n1,&n2);
result=n1+n2;
printf("Addition Result : %d",result);
getch();
}
OUTPUT
Enter Two Number : 10
20
Addition Result : 30

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA