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 |
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What is anagram in c?
What are valid signatures for the Main function?
What are the disadvantages of c language?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
How many types of arrays are there in c?
What is a example of a variable?
What are type modifiers in c?
How can a string be converted to a number?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What are variables c?