#include<stdio.h>
int main()
{
int a,b;
printf(“Enter the value of a:”);
scanf(“%d”,&a);
printf(“Enter the value of b:”);
scanf(“%d”,&b);
a=a+b;
b=a-b;
a=a-b;
printf(“%d”,a);
printf(“%d”,b);
return 0;
}
#include<stdio.h>
int main()
{
int a,b;
printf(“Enter the value of a:”);
scanf(“%d”,&a);
printf(“Enter the value of b:”);
scanf(“%d”,&b);
a=a+b;
b=a-b;
a=a-b;
printf(“%d”,a);
printf(“%d”,b);
return 0;
}
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.