Answer Posted / glibwaresoftsolutions
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
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Why c++ is created?
Do you know the problem with overriding functions?
Can class objects be passed as function arguments?
What methods can be overridden in java?
Can comments be nested?
Why do we need c++?
Can we overload operator in c++?
Does c++ have a hash table?
Can java be faster than c++?
Explain the difference between c & c++?
Which operator cannot be overloaded c++?
What is std :: flush?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
How to allocate memory dynamically for a reference?