adplus-dvertising
frame-decoration

Question

What is a heap in Windows applications?

a.

A memory-mapped file mapped into the address space

b.

A data structure enabling the creation of multiple variable-sized blocks of memory within a larger block

c.

Automatic allocation of a stack for every thread

d.

A mapped executable allocation

Posted under Reverse Engineering

Answer: (b).A data structure enabling the creation of multiple variable-sized blocks of memory within a larger block Explanation:A heap is a data structure that enables the creation of multiple variable-sized blocks of memory within a larger block.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is a heap in Windows applications?