7-Write a C program to swap the two numbers without using third variable.
Program: 7
Write a C program to swap the two numbers without using third variable.
Output:
Enter the value of a: 56 Enter the value of b: 31 The value of a is: 31 The value of b is: 56