Vidyalelo
C Programming · Q59

Memory Allocation

Programming · C Programming · question 59

Q59

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board