Computer Science, asked by Anonymous, 2 days ago

define the term OVERFLOW IN STACKS​

Answers

Answered by pankhu10
1

Answer:

When a program attempts to use more space than is available on the call stack (that is, when it attempts to access memory beyond the call stack's bounds, which is essentially a buffer overflow), the stack is said to overflow, typically resulting in a program crash.

Answered by banerjeerini97
0

Answer:

stack overflow is an undesirable condition in which a particular computer program tries to use more memory space than the call stack has available. In programming, the call stack is a buffer that stores requests that need to be handled. ... In Windows, a stack overflow error can be caused by certain types of malware.

Explanation:

Mark me brainlist and fllw me

Similar questions