6-Write a C program to swap the two numbers.
Program: 6
Write a C program to swap the two numbers.
Output:
Enter the value of a: 43 Enter the value of b: 65 The value of a is: 65 The value of b is: 43
Write a C program to swap the two numbers.
Enter the value of a: 43 Enter the value of b: 65 The value of a is: 65 The value of b is: 43