what is the difference between multi dimensional array and array of arrays

Go4Expert Member
15Aug2007,08:54   #1
kaustubh's Avatar
dimension what is the difference between multi dimensional array
Code:
a[,]
and array of arrays
Code:
a[][]
Go4Expert Member
15Aug2007,08:56   #2
kaustubh's Avatar
Sorry the post got posted two times
Go4Expert Founder
15Aug2007,09:33   #3
shabbir's Avatar
Quote:
Originally Posted by kaustubh
Sorry the post got posted two times
I have closed your other thread.

Now about your query I don't see any difference apart from the some assembly code that may be different. I may be wrong also and so don't count on my answer.