Dynamic memory allocation?
Does it happen during compilation or during runtime?
Runtime.
Dynamic memory allocation?
Does it happen during compilation or during runtime? |
Short answer: yes.
Somewhat longer answer: dynamic memory is only allocated during runtime. The actual location[s] allocated can change every time your program is run.
Topic archived. No new replies allowed.