Recursion

1. How many stars will the following code output for a given positive value of n:
2. For every recursive solution, there is a corresponding iterative solution?
3. What will be the ouptut of the following function call: fun2(20); where fun2 is defined as:
4. What will be the ouptut of the following function call: fun3(100); where fun3 is defined as: