Array values internally or on heap?

Does the below array store values internally or on heap?



I am assuming it as heap as its dealing with pointers. Please clarify.
Last edited on
New allocates from the heap. By internally I take it you mean on the local stack?
yes I meant it to be local stack
Topic archived. No new replies allowed.