What are advantages and disadvantages of recursive
calling ?

Answer Posted / nishu

disadvantage:
Recursive procedures are huge memory hogs. Also, they're a
nightmare to debug. Finally, it's pretty rare to find an
application that actually needs recursion as opposed to a
simpler, more friendly methodolgy.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a for loop and a while loop? What are it uses?

677


Write a program to reverse a string.

644


What do you mean by c what are the main characteristics of c language?

576


Tell us the use of fflush() function in c language?

644


What is modeling?

650






What is a far pointer in c?

600


By using C language input a date into it and if it is right?

576


What is the purpose of sprintf?

625


What is string constants?

664


Is null always defined as 0(zero)?

618


What is an array? What the different types of arrays in c?

662


What is the difference between memcpy and memmove?

608


What is malloc and calloc?

578


What is sizeof int?

641


Difference between Function to pointer and pointer to function

636