How to swap two variables, without using third variable ?
a=a+b-(a=b); This is the example by using only one line to swap the two variables without using the third variable.