Swap 2 variable content without Temporary variable
Whenever it comes to swap the content(integer, float data) of 2 variables in any programming languages we often create a temporary variables that will the temporary data before swapping. But I’ll show you a technique where you can swap without creating an extra temporary variable.
Bookmark It
Hide Sites




















