const char *act[] = { "write code", "manage people" }; for (int i = 0; i < 2; ++i) { printf("I %s so I don't have to %s\n", act[i], act[i^1]); }