Why is Heap memory slightly slower to read from and write to, compared to stack memory?

Why is Heap memory slightly slower to read from and write to, compared to stack memory?



Answer: Because you have to use Pointers to access memory on the Heap.