adplus-dvertising
frame-decoration

Question

What is the stack in a program?

a.

A chunk of memory organized into virtual layers by each procedure

b.

A data structure used for storing variables in a program

c.

A list of function calls in a program

d.

A data structure used for implementing classes in a program

Posted under Reverse Engineering

Answer: (a).A chunk of memory organized into virtual layers by each procedure Explanation:The stack in a program is a continuous chunk of memory that is organized into virtual "layers" by each procedure running in the system.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the stack in a program?