Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is recursion?

Answers were Sorted based on User's Feedback



What is recursion?..

Answer / 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

What is recursion?..

Answer / nashiinformaticssolutions

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / glibwaresoftsolutions

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / hr@tgksolutions.com

Recursion occurs when a function calls itself directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

What is recursion?..

Answer / 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

What is recursion?..

Answer / hr@tgksolutions.com

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

More C++ General Interview Questions

What do you mean by delegate? Can a user retain delegates?

0 Answers  


What does std :: flush do?

0 Answers  


What is the difference between new() and malloc()?

4 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


What are the types of STL containers?

4 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


What is encapsulation in c++ with example?

0 Answers  


What does new in c++ do?

0 Answers  


Do you know what is overriding?

0 Answers  


Write about the role of c++ in the tradeoff of safety vs. Usability?

0 Answers  


Categories