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
How is a structure member accessed?
What is the significance of scope resolution operator?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is a lvalue
Write a program to print "hello world" without using a semicolon?
What is cohesion and coupling in c?
write a program to copy the string using switch case?
Are pointers integer?
Explain how do you print an address?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What was noalias and what ever happened to it?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What are conditional operators in C?
Not all reserved words are written in lowercase. TRUE or FALSE?
What are the application of c?