Three Dimensional Array

I don't suppose anyone could give me an example of a three dimensional array? I just need to know the structure of them. I see loads of two dimensional arrays but I hardly ever see three dimensional arrays.

Thanks.
int array3d[5][4][3];

What would the output be of that? If you gave those array some numbers how would you do that and how would you output them to the screen?
Topic archived. No new replies allowed.