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 extern variable in c with example?

528


What is break statement?

616


Why are all header files not declared in every c program?

592


What is the difference between array and structure in c?

561


How can I call a function with an argument list built up at run time?

621






What are the basic data types associated with c?

803


Explain the difference between malloc() and calloc() function?

590


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2640


In C language, a variable name cannot contain?

729


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

641


Write a program for finding factorial of a number.

621


Do pointers need to be initialized?

550


Are pointers really faster than arrays?

552


What is getch c?

841


What is formal argument?

635