What is maximum size of any array?

hello, I want to know how much we can extend an array ? like arr[m][n]; so what max value of m and n can be that than array not work. and
what is maximum dimension can we create?

N = 10^6 locally
N = 10^7 globally

ig He’s talking about 2-dimensional arrays

1 Like