Q:

What is the stack overflow?

0

What is the stack overflow?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

If your program tries to access beyond the limit of the available stack memory then stack overflow occurs. In other words, you can say that a stack overflow occurs if the call stack pointer exceeds the stack boundary.

If stack overflow occurs, the program can crash or you can say that segmentation fault that is the result of the stack overflow.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Embedded C interview questions and answers (2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the cause of the stack overflow?... >>
<< Difference between RISC and CISC processor?...