What are advantages and disadvantages of recursive
calling ?
Answer Posted / santhi
advantage:using recursion we can avoid unnecessary calling
of functions.
disadvantage:by too many recursive functions there may be
confusion in the code.
| Is This Answer Correct ? | 134 Yes | 53 No |
Post New Answer View All Answers
What is the difference between text files and binary files?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How can you determine the maximum value that a numeric variable can hold?
List the difference between a "copy constructor" and a "assignment operator"?
What is the general form of a C program?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What does c mean before a date?
What are pragmas and what are they good for?
What is equivalent to ++i+++j?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How can I trap or ignore keyboard interrupts like control-c?
What is table lookup in c?
The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.
Explain what is a static function?
There seem to be a few missing operators ..