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
Where local variables are stored in c?
Combinations of fibanocci prime series
What are the two types of structure?
What is the c language function prototype?
What is the translation phases used in c language?
Can you return null in c?
Why c language is called c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What are the types of macro formats?
Explain what are the different file extensions involved when programming in c?
Who invented b language?
Why do we use header files in c?
Why & is used in c?
What is meant by errors and debugging?
What is the default value of local and global variables in c?