skip to main
|
skip to sidebar
j@gu at GEC SKP(2006-10)
HOME
GEC SKP GALLERY
Monday, July 14, 2008
SWAP NOs USING BITWISE
#include
main()
{
int a,b;
printf("ENTER VALUES FOR a and b\n");
scanf("%d%d",&a,&b);
printf("a is %d\n",a);
printf("b is %d\n",b);
a=a^b;
b=a^b;
a=a^b;
printf("a is%d\n",a);
printf("b is%d\n",b);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Calicut University Question Papers
http://www.edutalks.org
http://handoutsuite.googlepages.com
Categories
adsense
alumni get together
animals
C PROGRAM
college reunion
gec skp
IDENTITY THEFT
internet
last year at gec
make money
onam celebration(2009)
sreekrishnapuram
windows tweaks
Followers
Search This Blog
About Me
j@gu
View my complete profile
My Blogs
Tech Illumination
Commonly Used C# Snippets for SQL CRUD Operations
Jay's Niche
Secret Movie Watching That Turned Into a Nightmare
Archives
►
2010
(3)
►
May
(1)
►
May 23
(1)
►
April
(1)
►
Apr 23
(1)
►
February
(1)
►
Feb 09
(1)
►
2009
(8)
►
November
(2)
►
Nov 23
(1)
►
Nov 02
(1)
►
September
(2)
►
Sep 15
(2)
►
August
(4)
►
Aug 29
(1)
►
Aug 25
(1)
►
Aug 23
(1)
►
Aug 16
(1)
▼
2008
(8)
►
August
(5)
►
Aug 22
(1)
►
Aug 19
(1)
►
Aug 18
(1)
►
Aug 17
(1)
►
Aug 16
(1)
▼
July
(3)
▼
Jul 14
(2)
SWAP NOs USING BITWISE
C PROGRAM ON PEMUTATION OF STRINGS
►
Jul 03
(1)
No comments:
Post a Comment