Tuesday, July 14, 2009

What is the max array size of Array in C?

ie int array[MAX]... What is the maximum value i can assign to MAX ?

What is the max array size of Array in C?
http://www.thescripts.com/forum/thread21...





You can determine a guaranteed minimum if you know sizeof int. The actual limit depends on the implementation.
Reply:32,768 Usually- depends on the compiler you are using.
Reply:some around 35000, depends on the compiler you are using.


No comments:

Post a Comment