I was wondering what is the maximum array size allowed in SPOJ.
Apart from a memory limitation(if any) imposed by SPOJ, does C restrict the memory size?
Also I believe reading an element from the following two arrays is always same(doesnt depend on array size) ??
arr[100] and arr[1000000].