Swap two numbers

In this article, we are going to swap two numbers by using two different approach. first approach is using third variable and second one is without using third variable. Swapping two numbers using third variable. In this approach, we used a temporary i.e. third variable two swaps two numbers. Here we are going to use … Read more