#include <stdio.h> #define CONCATENATES 1234##5678 int main(){ printf("%d ",CONCATENATES); return 0; }