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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WHOT IS CHAR?

4 Answers   TCS,


What is the correct declaration of main?

0 Answers  


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


Is a pointer a kind of array?

0 Answers  


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


How does pointer work in c?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


what are # pragma staments?

0 Answers  


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

0 Answers  


which is the best antivirus and how to update it

7 Answers   Infosys,


Categories