ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories >> Software >> Programming-Languages >> C++ >> OOPS
 
 
 
Question
swapping program does not use third variable
 Question Submitted By :: Vinothkumaar
I also faced this Question!!     Rank Answer Posted By  
 
Answer
swap(a,b);
{
  a=a+b;
  b=a-b;
  a=a-b;
}
Explenation:
if a=5 and b=10
   a=a+b(5+10)=15
   b=a-b(15-10)=5------------swaped here
   a=a-b(15-5)=10------------
 
0
Venkanna
 
View All Answers
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com