Variables that gets created dynamically when a function (such as malloc()) is called is created in the form of _______ data-structure.

Variables that gets created dynamically when a function (such as malloc()) is called is created in the form of _______ data-structure. Correct Answer heap

Variables that gets created dynamically when a function (such as malloc()) is called is created in the form of heap data-structure. In heap-based overflow, the buffer is placed on the lower part of the heap, overwriting all dynamically generated variables.
Bissoy MCQ

Related Questions