#include
void main()
{
int a,b,c;
printf("the value of a,b");
scanf("%d,%d",&a,&b);
c=a;
a=b;
b=c;
printf("the value a=%d",a);
printf("the value b=%d",b);
getch();
}
home tips,Kitchen recipes, Web server tips, Websites tricks, Money Tricks, Windows Tricks, Hacking Tricks
No comments:
Post a Comment