What is the definition of a “true” multidimensional array and what languages support them?
问题 Most of the programming books I have ever read, have the following line: "X language does not support true multidimensional arrays, but you can simulate (approximate) them with arrays of arrays." Since most of my experience has been with C-based languages, i.e. C++, Java, JavaScript, php, etc., I'm not sure of what a "true" multidimensional array is. What is the definition of a true multidimensional array and what languages support it? Also, please show an example of a true multidimensional