What are advantages and disadvantages of recursive
calling ?

Answer Posted / rahul

advantage:using recursion we can avoid unnecessary callingof
functions.
disadvantage:recursive calling increase the space complexity.

Is This Answer Correct ?    45 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are 3 types of structures?

569


How would you use the functions fseek(), freed(), fwrite() and ftell()?

669


how to write optimum code to divide a 50 digit number with a 25 digit number??

2720


What is the heap in c?

616


Write a program to show the change in position of a cursor using c

547






Why & is used in scanf in c?

587


Where in memory are my variables stored?

606


Explain what is the most efficient way to store flag values?

674


how do you programme Carrier Sense Multiple Access

1488


write a progrmm in c language take user interface generate table using for loop?

1546


Why should I use standard library functions instead of writing my own?

649


Explain what is gets() function?

603


The difference between printf and fprintf is ?

668


What is the advantage of a random access file?

611


Should a function contain a return statement if it does not return a value?

566