What functions are used to dynamically allocate memory? Which library can we find them?
What kind of pointer do
Memory Allocation functions return?
What gets returned if there’s not enough memory to locate for our alloc functions?
Idioms: Conditional Comparison with NULL
Idioms: malloc Exact Memory Allocation