1.

What are various sections of the process?

Answer»

There are basically four sections in the process as GIVEN below:

  • STACK: It is used for local variables and RETURNS addresses. 
  • Heap: It is used for dynamic memory allocation.
  • Data: It stores global and static variables.
  • Code or TEXT: It comprises compiled PROGRAM code.


Discussion

No Comment Found