#include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf("Enter First number="); scanf("%d",&a); printf("Enter Second number="); scanf("%d",&b); c=a; a=b; b=c; printf("a is=%d\n",a); printf("b is=%d",b); getch(); } Earn upto Rs. 9,000 pm checking Emails. Join now! |
basically this is a a my own blog to help ma students and friends with sharing useful information with the. information regarding C language code. .net applications, .net projects. general technical information. notes.
Tuesday, 22 November 2011
Interchange Values of Two numbers
Labels:
C Programs
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment