What is recursion?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nashiinformaticssolutions
Recursion occurs when a function calls itself directly or indirectly.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Recursion occurs when a function calls itself directly or indirectly.
Is This Answer Correct ? | 0 Yes | 0 No |
Recursion occurs when a function calls itself directly or indirectly.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.
Is This Answer Correct ? | 0 Yes | 0 No |
A function that calls itself in response to a terminating condition is said to be recursive.
Because it employs LIFO, the stack data structure is used.
Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Explain the need for "Virtual Destructor"?
What return value must conversion operators have in their declaration?
What are the different data types present in C++?
What are c++ data types?
In a class only declaration of the function is there but defintion is not there then what is that function?
Briefly describe a B+ tree. What is bulk loading in it?
What is Memory Alignment?
What do you mean by friend class & friend function in c++?
What is recursion?
When can I use a forward declaration?
How to get the current position of the file pointer?