Skip to main content
shortened question
Source Link
pnizzle
  • 6.5k
  • 5
  • 57
  • 92

i would likeIs it possible to create an array of arrays in c. It seems it is not as easy as it is in languages like Java.

  1. How do declare such an array ?
  2. How do I store arrays within this large array ?
  3. How do I access the arrays within that large array ?
  4. How to access the stuff within these smaller arrays ?

Thank you.

i would like to create an array of arrays in c. It seems it is not as easy as it is in languages like Java.

  1. How do declare such an array ?
  2. How do I store arrays within this large array ?
  3. How do I access the arrays within that large array ?
  4. How to access the stuff within these smaller arrays ?

Thank you.

Is it possible to create an array of arrays in c

Thank you.

edited tags
Link
Wooble
  • 90.5k
  • 12
  • 111
  • 132

i would like to create an array of arrays in c. It seems it is not as easy as it is in languages like Java. Firstly how do declare such an array, 2nd how do I store arrays within this large array, 3rd how do I access the arrays within that large array and lastly how to access the stuff within these smaller arrays. Thank

  1. How do declare such an array ?
  2. How do I store arrays within this large array ?
  3. How do I access the arrays within that large array ?
  4. How to access the stuff within these smaller arrays ?

Thank you.

i would like to create an array of arrays in c. It seems it is not as easy as it is in languages like Java. Firstly how do declare such an array, 2nd how do I store arrays within this large array, 3rd how do I access the arrays within that large array and lastly how to access the stuff within these smaller arrays. Thank you

i would like to create an array of arrays in c. It seems it is not as easy as it is in languages like Java.

  1. How do declare such an array ?
  2. How do I store arrays within this large array ?
  3. How do I access the arrays within that large array ?
  4. How to access the stuff within these smaller arrays ?

Thank you.

edited tags
Link
R. Martinho Fernandes
  • 235.9k
  • 73
  • 443
  • 518
Loading
Source Link
pnizzle
  • 6.5k
  • 5
  • 57
  • 92
Loading