Shape Shape

Stack Overflow

Stack Overflow is an error condition where a program’s call stack exceeds its limit. Used in programming to detect and debug recursive or deep function calls.

Example:

A recursive function without a base case causes a stack overflow.

WhatsApp Icon