Lets write a C program to swap 2 numbers using function/method. When we call a function and pass the actual…
Lets write a C program to swap 2 numbers using pointers and function. When we call the function, we pass…