How should I call this in c programming:
char *fileNames[3] = {"string1", "string2", "string3"};
Pointer array, array pointing to strings, or what?
Not really laziness to look for the answer somewhere else, it is that I didn't find it.
Update 1: I've called the above (whatever it is) fileNames because I'm actually using it to store file names, but it could have been anything in my question.
and Thank you for the huge debate, but there are so many answers that is even difficult to decide which is the right one for me.