GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Integra

 Print  |  
Question:  can we use the swapping function in one statement?



July 07, 2006 01:24:52 #3
 shyamsundar   Member Since: Visitor    Total Comments: N/A 

RE: can we use the swapping function in one statement?...
 

a=3;a=5;

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

     

 

Back To Question