How to write a program for swapping two numbers in C programming language
Suppose I have two variable one is A and another is B and I have entered a value for each variable i.e. A=10 and B=20. Finally I want to result i.e. A=20 and B=10 .Am looking for assistance with regard to this