</pre><BR><BR>Now I was asked yesterday if there is any way to do something similar after passing the array to another function. That is, pass just the array then figure out the size so you don't have ...
This is an excellent question. Zero-length arrays, also known as flexible arrays, are used to implement variable-length arrays, primarily in structures. That's a little confusing, so let's look at an ...