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 list c++?
Program to check whether a word is a sub-string or not of a string typed
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Where must the declaration of a friend function appear?
What is endl c++?
Explain the operation of overloading of an assignment operator.
What do you understand by zombie objects in c++?
How many static variables are created if you put one static member into a template class definition?
When can I use a forward declaration?
What is #include cmath?
Can you explicitly call a destructor on a local variable?
What is void pointer in c++ with example?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is token c++?
What do you mean by function overriding & function overloading in c++?