Recursion Flashcards
1
Q
What is recursion?
A
Recursion is where a procedure or function calls itself. It is another way of producing iteration.
2
Q
When does a stack overflow error is produced
A
when a terminating condition is not built in or not met before you run out of memory.