Answer Posted / 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 |
Post New Answer View All Answers
What is a linked list in c++?
What are the various operations performed on stack?
Explain the static storage classes in c++.
How do you establish an is-a relationship?
What is the difference between equal to (==) and assignment operator (=)?
Can you use the function fprintf() to display the output on the screen?
What is the use of 'this' pointer?
what are function pointers?
Why is main an int?
What should main() return in c and c++?
What is c++ prototype?
Is c++ platform dependent?
Is c++ a good first language to learn?
How does c++ sort work?
Describe linked list using C++ with an example.