How to determine the maximum possible number of elements n in an array, with this declaration: int array[n]; I read somewhere that depends on the compiler, I have MinGW 4.9.1 32bit

0