swapping two numbers in c

  1. I

    C program for swapping of two numbers using pointers

    Hi, Can anyone give me an example of a C program for swapping of two numbers using pointers. I read https://www.scaler.com/topics/swapping-of-two-numbers-in-c/ But could not find an example, or maybe I missed out in understanding. All help is truly appreciated.
Back
Top