# include <stdio.h> #define ID replacement list int a=12,b=3; int main() { a ^= b; b ^= a; a ^= b; printf("%d --- %d",a,b); return 0; }