First page Back Continue Last page Graphics
Recursion (cont.)
Practice: recur.cpp in prata
Uses the run time stack to keep track of what's happening.
Infinite recursion is possible. It will overflow the runtime stack and give a stack overflow message.