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 the basic structure of a c++ program?
What is late binding c++?
Explain about Garbage Collector?
Why do we use string in c++?
How are Structure passing and returning implemented by the compiler?
Do you know what are static and dynamic type checking?
How should runtime errors be handled in c++?
What are the benefits of c++?
What is the full form nasa?
What is the basic concept of c++?
How the delete operator differs from the delete[]operator?
Define Virtual function in C++.
What are static member functions?
What is copy constructor? Can we make copy constructor private in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?