What are advantages and disadvantages of recursive
calling ?
Answer Posted / poonam yadav
by using this tag we call a function continuosly uptill
to specific condion
| Is This Answer Correct ? | 8 Yes | 24 No |
Post New Answer View All Answers
What are the different types of control structures in programming?
If you know then define #pragma?
What is an array? What the different types of arrays in c?
What are different types of pointers?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what are linked list?
Difference between Shallow copy and Deep copy?
Is it better to use malloc() or calloc()?
Should I learn data structures in c or python?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the code in while loop that returns the output of given code?
Compare interpreters and compilers.
What are extern variables in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
The statement, int(*x[]) () what does in indicate?