adspace


swap two no without using third variable

Answer Posted / mik30

its very simple question and it can be easily solved by some
logical reasioning ablity...my answer is given below:
#include<stdio.h>
#include<conio.h>
int main()
{
int a=2,b=2;

a=a-b;
b=a+b;
a=b-a;


printf("%d%d",a,b);
getch();
return 0;
}
ad we are from campusmainac group and our core part is
c/c++/php.so if u had any problem in
programming,alogorithm,hacking,networking,windows and Data
structure,come to this site:
http://www.campusmaniac.com/
http://forum.campusmaniac.com/

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category