What is the maximum size of an array in C? - ResearchGate

What is the maximum size of an array in C? - ResearchGate

瀏覽:1280
日期:2025-11-13
I am declaring an array of size 700000000 as int hash[700000000] in C, but it gives error that error: size of array 'hash' is too large. I am working on 32 bit linux ......看更多