#include
#include
void main()
{
int a,b;
clrscr();
printf("enter value for a & b: ");
scanf("%d%d",&a,&b);
a=a+b;
b=a-b;
a=a-b;
printf("after swapping the value of a & b: %d %d",a,b);
getch();
}
we can share the knowledge with our friends. So they can share with their friends. and so on... Finally You can turn back ...how many of them stand behind you....
| |||||||||||
| | |||||||||||
|
Modified By Blogcrowds