1
edit
Changes
→Week 6 - Oct 11
#a pointer for the data type that will occupy the memory whose address you will point to
#if the pointer is already pointing at another already allocated memory, deallocate it
#allocate memory and set the pointer to its address
#use the memory
#when you are done, deallocate it
=Discussion=