What are advantages and disadvantages of recursive
calling ?
Answer Posted / nishu
disadvantage:
Recursive procedures are huge memory hogs. Also, they're a
nightmare to debug. Finally, it's pretty rare to find an
application that actually needs recursion as opposed to a
simpler, more friendly methodolgy.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
What is the difference between mpi and openmp?
What kind of structure is a house?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is #include cctype?
What is the value of h?
what are bit fields? What is the use of bit fields in a structure declaration?
How can I write a function that takes a format string and a variable number of arguments?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Can a pointer be volatile in c?
Why main is not a keyword in c?
Explain the difference between malloc() and calloc() function?
What does == mean in texting?
Can the size of an array be declared at runtime?
What are the modifiers available in c programming language?