This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LARGE ARRAY

Hi...

Is there any way to declare large size of array?

example:

char arr[200*1024];//200kb

Thanks