I have a question regarding two-dimensional arrays in C. I know now (from direct compiler experience) that I can\'t initialize such an array analogously to one-dimensional a
No you can't do it. If you even don't initialize, you can't define an int array[][];