We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi...
Is there any way to declare large size of array?
example:
char arr[200*1024];//200kb
Thanks
"Not as an automatic variable."
Surely that just depends upon the size of the stack you've allocated, which (of course) would be limited to the amount of physical storage.
Not that I'd recommend having such a large stack.