#include<stdio.h> #include<conio.h> void main() { int a,b; clrscr(); printf(“Enter two numbers : “): scanf(“%d%d”,&a,&b); a=a+b; b=a-b; a=a-b; printf(“numbers after swapping are :%d and %d”,a,b); getch(); }
© 2019 CODE WITH SHARAD | Privacy Policy
Comments