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
int x=sizeof(!5.856); What will value of variable x?
Write a program to print factorial of given number without using recursion?
c program to manipulate x=1!+2!+3!+...+n! using recursion
Explain the use of 'auto' keyword
What are types of structure?
What is the Lvalue and Rvalue?
what is ANSI and ISO
Does free set pointer to null?
how is the examination pattern?
Explain is it better to bitshift a value than to multiply by 2?
difference between ordinary variable and pointer in C?
find largest of 3 no