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
Where are setjmp and longjmp used in c++?
What is time h in c++?
What is a stack? How it can be implemented?
What is format for defining a structure?
Difference between overloaded functions and overridden functions
Can a class be static in c++?
What is a far pointer? where we use it?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
How compile and run c++ program in turbo c++?
What is a tree in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is setbase c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Can manipulators fall in love?
What is public, protected, private in c++?