#include #define concat(a, b) a ## bint main(void){ int xy = 10; printf("%d", concat(x, y)); return 0;}