Quote:
Originally Posted by wolfhunter2 Q. Explain the differences between single arrays, multidimensional arrays and array of records. |
To begin, they both can only use one data type.
Arrays can also be within one another, so an array can be within an array.
The main difference would be that a single dimension array only contains 1 index.
up to one thousand index' can be in a single dimension array
So Searching Index 5, would find the 5th index in the array
Multi-dimensional arrays have many number of indexes.
Much like an excel spreadsheet, or a chess board. (2-d)
Or a cube, having an index for each length, width and depth (3-d)
Q.
What are casetools, Provide an example or so of what they can do
Also, is anyone else doing evolution of programming languages?