#define swap(a,b) a=a+b;b=a-b;a=a-b;void main(){int x=5,y=10;swap(x,y);printf("%d%d",x,y);}
Standard input is empty
105
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!