What are advantages and disadvantages of recursive
calling ?
Answer Posted / swapna
advantages ;
recursive functions can be effectively used to solve
problems where the solution is expressed in terms of
applying the same solution.
disadvantages ;
in recursive we must have an if statement somewhere to
force the func. to return without the recursive call being
executed.otherwise the funct. will never return.
| Is This Answer Correct ? | 22 Yes | 36 No |
Post New Answer View All Answers
Explain what is meant by high-order and low-order bytes?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What are types of functions?
What is linear search?
Explain can you assign a different address to an array tag?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is structure in c definition?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is %lu in c?
What is the advantage of c?
What does nil mean in c?
Explain the properties of union. What is the size of a union variable
Write a C program to count the number of email on text
Which is an example of a structural homology?
What is ponter?