What are advantages and disadvantages of recursive
calling ?
Answer Posted / rahul
advantage:using recursion we can avoid unnecessary callingof
functions.
disadvantage:recursive calling increase the space complexity.
| Is This Answer Correct ? | 45 Yes | 15 No |
Post New Answer View All Answers
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Which of these functions is safer to use : fgets(), gets()? Why?
What is non linear data structure in c?
Write a program to know whether the input number is an armstrong number.
What are the differences between Structures and Arrays?
What is declaration and definition in c?
What is the stack in c?
What is pointer and structure in c?
What is FIFO?
What is dynamic memory allocation?
What is a static function in c?
List the different types of c tokens?
What is the need of structure in c?
Which function in C can be used to append a string to another string?
How to compare array with pointer in c?