What should be keep precautions while using the recursion
method?
Answer Posted / harshal shah
Ans: 1)There should not be any uninitialized pointer.
2)Always allocated memory should be deallocate at
the end of recusion function or object.
3)Alwas declare one End point condition.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain what will the preprocessor do for a program?
Can math operations be performed on a void pointer?
i want to know the procedure of qualcomm for getting a job through offcampus
What is the process of writing the null pointer?
What are global variables and how do you declare them?
In C, What is the #line used for?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is the difference between c &c++?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are qualifiers?
What is function what are the types of function?
What is preprocessor with example?
Why use int main instead of void main?
Tell us the use of fflush() function in c language?
What is difference between structure and union?