In `C` can I **pass a multidimensional array** to a function **as a single argument** when I don't know what the dimensions of the array are going to be?
Besides, my multidimensional array may contain types other than strings.
以上就是Passing multidimensional arrays as function arguments in C的详细内容,更多请关注web前端其它相关文章!