For example, I have an dynamic array of pointers. Do I need to reset them all to Nil before setting the dynamic array to 0. My guess is : No. Is all memory freed when setting to 0.
How is this exactly managed? Thanks.