> Declaring it as > > static const char * const zgroups_name[] = { "cnv", "seq" }; > > is probably what you are suggesting, Yes. > but since the string literals are already constants by default, > I do not think there is any difference. I propose to define this array also as a completely immutable data structure. Regards, Markus