

InterviewSolution
Saved Bookmarks
1. |
Only problems that are recursively defined can be solved using recursion.(a) True(b) FalseThe question was asked during an internship interview.I would like to ask this question from Recursion topic in division Argument Passing, Global vs Local Variables, Shallow copy vs Deep copy and Recursion of Python |
Answer» The CORRECT OPTION is (B) False |
|