What are advantages and disadvantages of recursive
calling ?

Answer Posted / nishu

disadvantage:
Recursive procedures are huge memory hogs. Also, they're a
nightmare to debug. Finally, it's pretty rare to find an
application that actually needs recursion as opposed to a
simpler, more friendly methodolgy.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are identifiers in c?

621


What is the explanation for the dangling pointer in c?

664


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

709


Is it better to bitshift a value than to multiply by 2?

647


What is the deal on sprintf_s return value?

631






in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

591


What is the significance of an algorithm to C programming?

583


How can I sort a linked list?

626


Sir i need notes for structure,functions,pointers in c language can you help me please

1937


Explain what is the difference between null and nul?

644


Can you please explain the difference between syntax vs logical error?

682


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1825


Explain the priority queues?

611


Why is c called a mid-level programming language?

711


What is the use of in c?

564