Frust's blog

By Frust, history, 2 years ago, In English

Can anyone please tell what is the maximum size of 2-D array that we can take globally ??

  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I think it depends on your RAM

»
2 years ago, # |
  Vote: I like it +4 Vote: I do not like it

i think it's 10 by 10, but it can go up to 12 by 12 if you have a good computer.

»
2 years ago, # |
  Vote: I like it +5 Vote: I do not like it

let your $$$2D$$$ array has $$$N$$$ rows and $$$M$$$ column then you can create global $$$2D$$$ array only when $$$N \times M \; \le \; 10^8$$$