1.

What Is Stack Overflow And Heap Overflow?

Answer»
  • stack overflow occurs when when the program tries to access MEMORY that is outside the region reserved for the CALL stack.
  • call stack contains the subroutines called, the local variables.
  • overflow occurs when too many FUNCTIONS are called,HUGE AMOUNT of local variables are allocated.



Discussion

No Comment Found