What's dynamic memory allocation about?

Programs have memory split into two partsThe stack is where variables are declaredThe heap is excess memory which can be allocated while the program runsPointers are useful in this process

Nice job! All of the above are true! Dynamic memory allocation is a bit out of scope of this course but keep aware of these key points!

Sorry not right! All of the above are true! Dynamic memory allocation is a bit out of scope of this course but keep aware of these key points!