Computer Science, asked by queensp73, 11 months ago

Hi Friends !! crt answer plz !!
Which of these is not true about recursion?
a) It’s easier to code some real-world problems using recursion than non-recursive equivalent
b) Recursive functions are easy to debug
c) Recursive calls take up a lot of memory
d) Programs using recursion take longer time than their non-recursive equivalent

#Keep smiling :)

Answers

Answered by mondalarijit736
2

hi friends ur answer is b) recursive functions are easy to debug

hope it helps

plz mark the answer as brainliest. just need 1 brainliest answer to be a virtuoso . plz

Answered by ganesh1262002
3

Answer:

the correct answer is option b.

Explanation:

recursive functions are easy to debug.

Similar questions