40-Write a program to swap the two numbers using function.
Program: 40
Write a program to swap the two numbers using function.
Output:
Enter the value of a= 6 Enter the value of b= 54 The value of a is 54. The value of b is 6.
Write a program to swap the two numbers using function.
Enter the value of a= 6 Enter the value of b= 54 The value of a is 54. The value of b is 6.