0
Which one of these are rows or column?? Simple and brief answers please...
eg; datatype arr[3][4][6]...
3 odpowiedzi
+ 4
array[columns]
array[rows][columns]
array[page][rows][columns]
+ 1
when you need 3 indices, your array is 3 dimensional. image it beeing many pages of tables
0
page???