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
Why c++ is called oop?
Which bit wise operator is suitable for turning off a particular bit in a number?
Tell me what are static member functions?
How do I get good at c++ programming?
How to implement is-a and has-a class relationships?
Do you need a main function in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
How many types of modularization are there in c++?
Are strings immutable in c++?
What is #include cstdlib in c++?
What is the type of 'this' pointer? When does it get created?
What is private, public and protected inheritance?
What is a stack c++?
What is the meaning of c++?
Differentiate between a template class and class template in c++?