How do u go about initialising 2D and 3D arrays and giving them all values? They are integer values, btw.

i know " int array[] = { 1 }; " is for 1D arrays of integers, but i cant work out particularly how 3D arrays would be set...