What are advantages and disadvantages of recursive
calling ?
Answer Posted / deepak soni
the advantage of recursion is
1). by using this tag we call a function continuosly uptill
to specific condion
| Is This Answer Correct ? | 3 Yes | 29 No |
Post New Answer View All Answers
What is use of integral promotions in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Are the variables argc and argv are local to main?
Write a code to generate divisors of an integer?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Why is %d used in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
plz let me know how to become a telecom protocol tester. thank you.
What is structure pointer in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference between fread and fwrite function?
Explain what are the advantages and disadvantages of a heap?
What is break statement?
What is the size of array float a(10)?