02 February 2014 14 1K Report

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 machine with 16Gb ram.Is there anyway to address this problem or is it not possible.

Similar questions and discussions