I am making a 3D array program in C.
When I enter [31][11][99]
the code runs fine.
But when I enter [31][11][999]
the code is not run.
Is it because of the array size
??
If that is the reason.. then what would be the maximum array size for a 3D array
program in C.