#include"stdio.h"
void main()
{
int a,b,temp;
clrscr();
printf("\n Enter the values for A and B \n");
scanf("%d%d",&a,&b);
temp=a;
a=b;
b=temp;
printf(" A = %d \t B = %d",a,b);
getch();
}
Jun 7, 2012
Subscribe to:
Post Comments (Atom)
A blog dedicated to all engineering students and geeks !!
No comments:
Post a Comment