Program to Swap Two Numbers Using Bitwise XOR Operator By WebRewrite | September 21, 2014 - 4:41 am |September 21, 2014 programming 1 Comment Swapping two numbers using Bitwise XOR operator is tricky one and it’s generally asked in interviews. There are other two methods also through which you can swap two numbers. →