Topic: Bit Manipulation Problem / Level: intermediate

Problem: Given two integers, write a program to swap them without using a temporary variable.

Run the code to see the output here...