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
How would you differentiate between a pre and post increment operators while overloading?
What is type of 'this' pointer? Explain when it is get created?
What is a tree in c++?
What are the differences between new and malloc?
What is static function? Explain with an example
Which should be more useful: the protected and public virtuals?
What programming language should I learn first?
Is c++ a float?
What is the iunknown interface?
What is data type in c++?
What is the exit function in c++?
Who calls main function?
Can a program run without main?
What is the difference between containment and delegation?
How will you call C functions from C ++ and vice-versa?