my question is that i have 512 mb ram .What is the max integer array size that i can declare in c.
I recently experimented with different values and found that while i am able to create large values of array size the moment i use them i get "segmentati on fault" error.
All i know is that the answer is related to the actual stack size in my computer..
can someone help me???
I recently experimented with different values and found that while i am able to create large values of array size the moment i use them i get "segmentati on fault" error.
All i know is that the answer is related to the actual stack size in my computer..
can someone help me???
Comment