Hey , I want to add detailed documentation , code of Swapping 2 numbers using Bit Manipulation.
Its an important interview question that Swap 2 numbers without using 3rd variable, In that mostly guys answer using some staff like doing some sort of addition , substraction but there if you answer with using Bit-manipulation then it will be eye-catching and also better in case of Time complexity also.