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 are advantages and disadvantages of recursive
calling ?

Answer Posted / santhi

advantage:using recursion we can avoid unnecessary calling
of functions.
disadvantage:by too many recursive functions there may be
confusion in the code.

Is This Answer Correct ?    134 Yes 53 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1377


What are the application of void data type in c?

1132


What does %p mean c?

1016


What is character set?

1115


Why functions are used in c?

1067


Explain what does it mean when a pointer is used in an if statement?

1004


When should you not use a type cast?

1069


Is it possible to execute code even after the program exits the main() function?

1280


diff between exptected result and requirement?

1989


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

993


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1814


Write the syntax and purpose of a switch statement in C.

1038


What are bitwise shift operators in c programming?

1037


What is the difference between the local variable and global variable in c?

925


What is a 'null pointer assignment' error?

1161