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

Discussion in 'C' started by kaustubh, Aug 15, 2007.

  1. kaustubh

    kaustubh New Member

    Joined:
    Aug 13, 2007
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    0
    dimension what is the difference between multi dimensional array
    Code:
    a[,]
    and array of arrays
    Code:
    a[][]
     
  2. kaustubh

    kaustubh New Member

    Joined:
    Aug 13, 2007
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    0
    Sorry the post got posted two times
     
  3. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    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.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice