Tag Archives: c

Swap Two Numbers Without Temporary Variable

If you want to swap two variables, you would normally require a temporary third variable. But how to swap them without using a third variable? This is quite often a popular interview question for programming jobs.