Home > Data Structures and Algorithms 🚀 > Understanding Recursion > Problem Solving With Recursion vs. Iteration Show previous contentLet's test your knowledge. Is this statement true or false?In theory, if a base case is not defined for a recursive function, the code will raise an exception.Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content