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
What do you mean by keywords in c?
What is structure pointer in c?
What are the similarities between c and c++?
I have a varargs function which accepts a float parameter?
Who invented b language?
What is the difference between abs() and fabs() functions?
What is the difference between array_name and &array_name?
what are enumerations in C
How is actual parameter different from the formal parameter?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the use of linkage in c language?
What is the difference between if else and switchstatement
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why doesnt that code work?
What is the best organizational structure?