English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

It can't be bigger than the maximum integer size. Use INT_MAX to find the max on your machine.

2007-08-29 02:40:55 · answer #1 · answered by Big John Studd 7 · 0 0

If you have to ask this question then you probably have too much data.
Depending on how you are specifying the array the compiler will either create the array at compile time and make a very large exe file or the array will be created at runtime. Either way this will be a strain on the computer memory.

You will be better off trying to find another way to store your data.

2007-08-29 09:37:31 · answer #2 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers