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

What does the format %10.2 mean when included in a printf statement?

1205


Can variables be declared anywhere in c?

717


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

696


Is c pass by value or reference?

690


What are global variables?

738






Why doesn't C support function overloading?

1913


Is anything faster than c?

673


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

771


Write a C program in Fibonacci series.

730


What is the difference between formatted&unformatted i/o functions?

713


How do you search data in a data file using random access method?

967


What is the difference between #include

and #include “header file”?

640


What is hash table in c?

667


Write a program of prime number using recursion.

709


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2119