please dont rip this site

Language Ccpp Cref Examples Swap.c

/ ******************************************************************
 *
 * Purpose: Program to demonstrate the use of ^ (XOR).
 * Date:    03-Dec-96
 * Author:  M J Leslie.
 * Descrip: The contents of two variables are swapped without
 *          the use of a temorary variable  
 *
 ******************************************************************/

#include <stdio.h>

main()
{

  int    	One = 20;
  int		Two = 12;

  printf("One = %d Two = %d\n", One, Two);

  One ^= Two;
  Two ^= One;
  One ^= Two;

  printf("One = %d Two = %d\n", One, Two);
}


file: /Techref/language/ccpp/cref/EXAMPLES/swap.c, 0KB, , updated: 1997/4/21 09:52, local time: 2024/4/19 05:42,
TOP NEW HELP FIND: 
18.119.253.93:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/techref/language/ccpp/cref/EXAMPLES/swap.c"> language ccpp cref EXAMPLES swap</A>

Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .