Kizspy | Question: 36
(Choose 1 answer)
What is correct about the heap?
A. One of the sections of a program in an object file or in memory, which contains executable instructions.
B. Common Variables All functions can access them
C. Dynamic allocated data through explicit statements for memory allocation
D. Variables are defined in functions. They will exist only when the function is executed and they will be
removed when the function completes the execution