const char strings[][] = { "hello", "world", };
Standard input is empty
prog.cpp:1:22: error: declaration of 'strings' as multidimensional array must have bounds for all dimensions except the first
const char strings[][] = {
^
Standard output is empty