What should be keep precautions while using the recursion
method?
Answer / 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 |
Is sizeof a keyword in c?
How does free() know how many bytes to free?
Why is c faster?
What are the average number of comparisons required to sort 3 elements?
Which function in C can be used to append a string to another string?
Are there constructors in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
what is mean by Garbage collection ? Please answer me. Advance thanks.
Is javascript based on c?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
Why c is faster than c++?
What is the difference between struct and union in C?