c program for swapping of 2 numbers using call by reference
c program for swapping of 2 numbers using function
c program for swapping of 2 numbers
Program:-
Output:-
Enter num1: 52
Enter num2: 69
swapping of num1 and num2 than
num1=69
num2=52
Leave reply
Add your comments here