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

Can we assign string to char pointer?

588


What are the functions to open and close the file in c language?

595


What is identifiers in c with examples?

675


Which is more efficient, a switch statement or an if else chain?

583


What is the difference between array and structure in c?

571






Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1620


What Is The Difference Between Null And Void Pointer?

644


What is the general form of function in c?

610


Write a program of advanced Fibonacci series.

707


while initialization of array why we use a[][2] why not a[2][]...?

1866


In c language can we compile a program without main() function?

580


What is call by reference in functions?

567


What does void main () mean?

733


What is static memory allocation?

606


What does 2n 4c mean?

720