Hacker News new | ask | show | jobs
by junon 904 days ago
It's not necessary in C.
2 comments

   const char *d[{"First","Second",...,"Twelf"};
is not a valid C unconditionally.
You should tell my compiler.