How to swap two numbers without using a temporary variable? | C Program to Swap Two Numbers

How to swap two numbers without using a temporary variable? | C Program to Swap Two Numbers

In C programming language, Swapping two number is exchanging the values of two variables.