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 the data structures used to perform recursion?



What is the data structures used to perform recursion?..

Answer / phool chand

Stack. Because of its LIFO (Last In First Out) property it remembers its ‘caller’ so knows whom to return when the function has to return. Recursion makes use of system stack for storing the return addresses of the function calls. Every recursive function has its equivalent iterative (non-recursive) function. Even when such equivalent iterative procedures are written, explicit stack is to be used.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What data type is enum?

0 Answers  


What do you mean by free pool?

0 Answers  


What are the topics in data structures?

0 Answers  


What is the Insertion Sort Code?.

0 Answers   DELL,


Why is sorting important?

0 Answers  


What is heap tree explain with example?

0 Answers  


What does the term sorting refer to?

0 Answers  


What is nsmutablearray?

0 Answers  


Can hashtable have duplicate values?

0 Answers  


Which algorithm is used in arrays sort?

0 Answers  


Define degree of the node?

0 Answers  


Describe the level term in a tree.

0 Answers  


Categories