#include#includevoid main(){int a,b,c;clrscr();printf("the value of a,b is");scanf("%d%d",&a,&b);c=a;a=b;b=c;printf("the value of a is %d,the value of b is%d",a,b);getch();}
Post a Comment
No comments:
Post a Comment