Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: mark.smith836 on September 04, 2012, 08:12:08 AM

Title: Interchange program in C language
Post by: mark.smith836 on September 04, 2012, 08:12:08 AM
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