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 scope resolution operator in c++ with example?
What does ios :: app do in c++?
Out of fgets() and gets() which function is safe to use and why?
Do you know what is overriding?
Why is it necessary to use a reference in the argument to the copy constructor?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is the difference between strcpy() and strncpy()?
What is setiosflags c++?
What is data binding in c++?
What is the difference between the parameter to a template and the parameter to a function?
Why do we use templates?
What is a local variable?
What is diamond problem in c++?
Define macro.
How do c++ struct differs from the c++ class?