tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 C Language > Basic > Swap using Pointers

Swap using Pointers 

This example shows swap using pointers.

File Name  :  
source/C/basic/swap2.c 
Author  :  Sudhakar KV
Email  :  [email protected]

It gives the following output,
x=6 y=2
x=2 y=6



 
  


  
bl  br