I think Lakshmi will be using Turbo compiler in which all these nonsenses come in.
 
Think of some good compiler like VC or gc or Borland c
 
regards
Arunachalam.

 
On 11/16/05, Dhyanesh <[EMAIL PROTECTED]> wrote:

That is not right. It is possible to allocate arrays with sizes more
than that. I have personally used an integer array of size
400X400X50X50 =  400000000. I believe it has something to do with the
virtual memory of the system and not just some fixed hard limit.

On 11/15/05, Lakshmi Narasimhan Sarathy < [EMAIL PROTECTED]> wrote:
> 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
> >
> >
>
>



--
===================================
want to know more about me
http"//ww.livejournal.com/users/arunachalam

Reply via email to