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
What is function what are the types of function?
What is scope and lifetime of a variable in c?
What is quick sort in c?
Do pointers store the address of value or the actual value of a variable?
What does %2f mean in c?
Is null equal to 0 in sql?
Where in memory are my variables stored?
What is a program flowchart and how does it help in writing a program?
What is a ternary operator in c?
Do you know what are bitwise shift operators in c programming?
What is the difference between ++a and a++?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Which is the memory area not included in C program? give the reason
explain what is fifo?
How to find a missed value, if you want to store 100 values in a 99 sized array?