infinite recursion

Infinite recursion refers to a situation in computer programming where a function or routine calls itself repeatedly without a proper exit condition, leading to an endless loop that continues indefinitely and causes the program to crash or freeze.

Requires login.