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 are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What do you mean by delegate? Can a user retain delegates?
Explain what happens when a pointer is deleted twice?
How do you differentiate between overloading the prefix and postfix increments?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Explain about vectors in c ++?
Why c++ is faster than java?
Explain all the C++ concepts using examples.
What is difference between rand () and srand ()?
What is the fastest c++ compiler?
How a pointer differs from a reference?
What is meant by forward referencing and when should it be used?
What is a loop? What are different types of loops in c++?
Can comments be nested?
What does the ios::ate argument do?