enum foo { FOO, BAR, BAZ }; char *x[] = {"X","Y","Z"}; int i = 42; char *c = "42"; int i = 14; char *foos[] = { "FOO", "BAR", "BAZ" };