what are the advantage and disadvantage of recursion
Answer Posted / suman boddukuru
Advantage : Perform an action untill a condition
satisfies,Also for the repetative calls for inputting and
etc.
Disadvantage: If it encounters the infinite looping then
the stack overflow occurs it will cause ssem crash...
| Is This Answer Correct ? | 32 Yes | 8 No |
Post New Answer View All Answers
What is the process to generate random numbers in c programming language?
State two uses of pointers in C?
Explain c preprocessor?
What is a nested formula?
What is a void * in c?
Why c is called top down?
How do we declare variables in c?
What is the deal on sprintf_s return value?
What's the best way of making my program efficient?
What is bin sh c?
What is the advantage of a random access file?
using only #include
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are c preprocessors?