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.
- How do declare such an array ?
 - How do I store arrays within this large array ?
 - How do I access the arrays within that large array ?
 - How to access the stuff within these smaller arrays ?
 
Thank you.