Search:

Type: Posts; User: guoer

Search: Search took 0.01 seconds.

  1. Thread: Arrays

    by guoer
    Replies
    5
    Views
    1,187

    Could any expert kindly assist? Or should i say...

    Could any expert kindly assist? Or should i say the question is too hard to the experts over here?
  2. Thread: Arrays

    by guoer
    Replies
    5
    Views
    1,187

    Arrays

    if we declare: int a[4][3]; then a[i][j] is equalivent to:

    1. *(a[i]+j)
    2. *(&a[0][0]+4*i+j)
    3. Both 1 and 2
    4. none of the above.

    Please assist in this question
Results 1 to 2 of 2