adplus-dvertising
frame-decoration

Question

How are heaps arranged?

a.

As linked lists

b.

As arrays

c.

As stacks

d.

As queues

Posted under Reverse Engineering

Answer: (a).As linked lists Explanation:Heaps are arranged as linked lists, where the pointers to the next and previous heap blocks are placed either right before or right after the actual block data.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are heaps arranged?