News
GCC implemented zero-length arrays years prior to C99; the syntax was type name [0]. The two are equivalent, but you should prefer the empty array operator as it is now standardized.
The reason is that you would have to have space of 50 bytes in each of the arrays in the jagged array to accommodate the largest string. In this example, the largest string is of size 50.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results