Hello everyone!
This is for a project that I am currently working on:
Compiler: GCC
OS: Sun Solaris 5.6 (Unix)
What is the maximum size of an array?
I am also using: malloc => i am sure that amount is reserved.Code:const maxArray = 10 meg ?? 50 meg?? int b[maxArray]
One side effect though, the program crashes more frequently than before.
Thnx!




Reply With Quote