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 do you mean by Base case, Recursive case, Binding Time,
Run-Time Stack and Tail Recursion?

Answer Posted / khalith

Base case: A case in recursion, in which the answer is known when the termination for a recursive condition is to unwind back.

Recursive Case: A case which returns to the answer which is closer.

Run-time Stack: A run time stack used for saving the frame stack of a function when every recursion or every call occurs.

Tail Recursion: It is a situation where a single recursive call is consisted by a function, and it is the final statement to be executed. It can be replaced by iteration.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are arrays used for?

1009


What is bubble sort and quick sort?

998


What is data and data types?

974


How to traverse data in a linked list in forward and backward direction, write the algorithm?

968


What is the complexity of selection sort?

891


Can we store null in arraylist?

986


What is example of data?

1198


Describe the complexity of Binary search

961


Is arraylist synchronized?

1044


Is stack a dynamic data structure?

949


Who invented data structure?

1143


How do you sort an arraylist in descending order?

839


How many types of arrays are there in visual basic?

995


What is mean by sorting?

940


Define 2-3-4 tree?

948