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
Does c have circular shift operators?
What are the disadvantages of external storage class?
Is boolean a datatype in c?
What is the use of linkage in c language?
Write a program to print ASCII code for a given digit.
What are the 5 data types?
Why we write conio h in c?
What is the use of header files?
How a string is stored in c?
Describe the order of precedence with regards to operators in C.
What is wrong with this code?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Explain what is the benefit of using #define to declare a constant?
Explain enumerated types.