What are advantages and disadvantages of recursive
calling ?

Answers were Sorted based on User's Feedback



What are advantages and disadvantages of recursive calling ?..

Answer / poonam yadav

by using this tag we call a function continuosly uptill
to specific condion

Is This Answer Correct ?    8 Yes 24 No

What are advantages and disadvantages of recursive calling ?..

Answer / deepak soni

the advantage of recursion is
1). by using this tag we call a function continuosly uptill
to specific condion

Is This Answer Correct ?    3 Yes 29 No

Post New Answer

More C Interview Questions

Why we use conio h in c?

0 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,


Write a program for Overriding.

0 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,






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

0 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


Explain pointer. What are function pointers in C?

0 Answers   HCL,


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


program for validity of triangle from 3 side

7 Answers  


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


explain what are pointers?

0 Answers  


Categories