What is indirect recursion? give an example?

Answer Posted / deepak verma

in c programing language in indirect recursion there are two function ,but when one function call to second and second call to first under condtion .when condition is false then the function is terminate.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How pointer is different from array?

573


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

621


Can you explain the four storage classes in C?

639


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

620


How to draw the flowchart for structure programs?

8759






What does 4d mean in c?

939


Write a program to print fibonacci series using recursion?

581


What is auto keyword in c?

787


Why isn't it being handled properly?

643


What is the difference between functions abs() and fabs()?

643


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

667


What is the difference between array and structure in c?

565


What is the scope of an external variable in c?

563


What is malloc return c?

596


Tell me when would you use a pointer to a function?

603