#define SQUARE(x) ((x)^2) int y=12; /*später */ printf ("das quadrat von %d ist %d\n", x, SQUARE(y));