fork(1) download
  1. const char strings[][] = {
  2. "hello",
  3. "world",
  4. };
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:22: error: declaration of 'strings' as multidimensional array must have bounds for all dimensions except the first
 const char strings[][] = {
                      ^
stdout
Standard output is empty