Pick out the correct statement with respect to the heap.
A. Local variables are stored on the heap
B. Static variables are stored on the heap
C. Heap is the data structure that is used to implement recursive function calls
D. Everything on the heap is anonymous
Answer: Option D
Join The Discussion