Thread
:
what is the difference between multi dimensional array and array of arrays
View Single Post
kaustubh
Go4Expert Member
15Aug2007,08:54
what is the difference between multi dimensional array
Code:
a[,]
and array of arrays
Code:
a[][]