What are advantages and disadvantages of recursive
calling ?

Answer Posted / santhi

advantage:using recursion we can avoid unnecessary calling
of functions.
disadvantage:by too many recursive functions there may be
confusion in the code.

Is This Answer Correct ?    134 Yes 53 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581


How #define works?

623


Write a program with dynamically allocation of variable.

607


What is meant by gets in c?

611


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

585






Define Array of pointers.

637


Explain what are the advantages and disadvantages of a heap?

599


Tell us bitwise shift operators?

601


What are the 4 data types?

604


Why are algorithms important in c program?

625


What are the salient features of c languages?

627


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15056


all c language question

1878


What does c mean in standard form?

601


Explain union.

641