enum foo { A, B, C }; enum oof { A, B, C }; char *a[] = { "A""B""C"}; char *b[] = { "A", "B", "C"}; char *c[] = { "A", "B", "C"};