Answer Posted / hr@tgksolutions.com
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 an adaptor class in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is main function in c++ with example?
What is anonymous object in c++?
What do you mean by funtion prototype?
Is c++ still in demand?
What is code reusability in c++?
What are single and multiple inheritances in c++?
What is scope resolution operator in c++ with example?
Comment on local and global scope of a variable.
What does flush do c++?
List the types of polymorphism in c++?
What are the advantages of using const reference arguments in a function?
Explain the uses oof nested class?
What is ofstream c++?