main use of recursive function

a) processing speed high

b) reduce program length/reduce repeated statements

c) if you do not, use iterative methods like, for, while or do-while

d) all the above



main use of recursive function a) processing speed high b) reduce program length/reduce repeat..

Answer / Senjons Murmu

d) all the above

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program to print sum of each row of a 2D array.

4 Answers  


main() { printf("hello"); fork(); }

1 Answers   Wilco,


what are the 10 different models of writing an addition program in C language?

1 Answers  


How can I open a file so that other programs can update it at the same time?

1 Answers  


What is define c?

1 Answers  


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


why should i select you?

21 Answers   Wipro,


Is fortran still used today?

1 Answers  


What is preprocessor with example?

1 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


Define C in your own Language.

1 Answers   Motorola,


What is bss in c?

1 Answers  


Categories