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...


Which data structure is applied when dealing with a recursive function?



Which data structure is applied when dealing with a recursive function?..

Answer / Pallavi Awasthi

A call stack is a data structure that stores function calls and their associated information during the execution of a program. When a recursive function is called, its information is pushed onto the call stack, allowing for proper function invocation order and memory management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Explain what are the major data structures used in the rdbms?

1 Answers  


Give the example of validating the parenthesis of expression using stack.

1 Answers  


What is difference between data type and data structure?

1 Answers  


What is frozenset?

1 Answers  


When will you sort an array of pointers to list elements, rather than sorting the elements themselves?

5 Answers  


Is hashmap an array?

1 Answers  


What are the types of Collision Resolution Techniques and the methods used in each of the type?

1 Answers  


What is linear and non linear structure?

1 Answers  


Explain the term binding time?

1 Answers  


Can we increase the size of statically allocated array?

1 Answers  


Is hashtable fail fast?

1 Answers  


How do you do a mergesort?

1 Answers  


Categories