Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to swap values between two variables without using a
third variable?

Answer Posted / chitra

main()
{
int a,b;

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

chitra write answer

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

3642


what is the filters in biztakk server? where it can use?

2157


Difference between views and index in sas programming

1575


what is difference between object oriented programming structure and object oriented programming system?

1991


Explain polymorphism. Provide an example.

1080


through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?

2574


can we allocate memory for interface? if no then why?

1953


What r the attributes using in Win Runner?

2478


what is the extension of SPDS Dynamic cluster tables?

2208


how sap is different from other software ?

2229


What do you understand by modular programming?

1206


in a VB application, where the data will be stored after manipulation? what is the syntax for that?

2319


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

2724


please any one pass file aid,xpeditor and endeavor tools

2385


write a sql qwery which include joining of two tables 4 marks mainframe

1988