Swap two numbers with programming
There are many ways to Swap two numbers in programming. Here I am showing how to swap two numbers optimized and a simple way and also explaining how it works.
Swap to number using a temporary variable (not optimized. It takes extra space):
For Exampl...
devexplanation.hashnode.dev4 min read