Thread
:
Swap two values using XOR operation
View Single Post
vignesh1988i
Banned
19Sep2009,13:33
we can do in a single line using compound assignment tooo....
..
x^=y^=x^=y;
the above too will work
thank u
SaswatPadhi
likes this