Run Code | API | Code Wall | Misc | Feedback | Login | Theme | Privacy | Patreon |
Swap numbers without the third variable using the XOR operator*** Swap Number Without Third Variable *** Before Swap a=7, b=5 Step 1 a=2, b=5 Step 2 a=2, b=7 Step 3 a=5, b=7 After Swap a=5, b=7 |