What is recursion?

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


Please Help Members By Posting Answers For Below Questions

How would you differentiate between a pre and post increment operators while overloading?

876


What is type of 'this' pointer? Explain when it is get created?

778


What is a tree in c++?

737


What are the differences between new and malloc?

824


What is static function? Explain with an example

811


Which should be more useful: the protected and public virtuals?

772


What programming language should I learn first?

805


Is c++ a float?

796


What is the iunknown interface?

889


What is data type in c++?

757


What is the exit function in c++?

738


Who calls main function?

804


Can a program run without main?

881


What is the difference between containment and delegation?

951


How will you call C functions from C ++ and vice-versa?

858