

McqMate
Q. |
Recursion and iteration are the same programming approach. |
A. | true |
B. | false |
Answer» B. false | |
Explanation: in recursion, the function calls itself till the base condition is reached whereas iteration means repetition of process for example in for-loops. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet