Heap Or stack in dynamic memory

Does dynamic memory allocation create a stack or a heap?

Stack is used for static memory allocation whereas heap is used for dynamic memory allocation…