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