hi
the no of elements in the array should not exceed 65536
ie float a[x][y][z][....][p]
means x*y*z*...*p<=65536
provided u satisfy this condition, ur array can b of any dimension
thanks
badri.

On 11/14/05, siva <[EMAIL PROTECTED]> wrote:

Hi,

As per ANSI standards atleast 12 must be supported in C comipler. But,
Compiler might allow more than that.

So, Atleast 12 dimensions is possible in Ansi Standard C compiler.
There is no restriction on upper limit. It depends on the compilers
creator for supporting how many they want.

Thanks,
siva


Reply via email to