what is recursion in C


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is operator promotion?

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


How does normalization of huge pointer works?

0 Answers  


What does sizeof return c?

0 Answers  


What is || operator and how does it function in a program?

0 Answers  






Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


Explain enumerated types in c language?

0 Answers  


What is union and structure in c?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


What does the message "warning: macro replacement within a string literal" mean?

1 Answers  


Categories