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
What does the format %10.2 mean when included in a printf statement?
Can variables be declared anywhere in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Is c pass by value or reference?
What are global variables?
Why doesn't C support function overloading?
Is anything faster than c?
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
Write a C program in Fibonacci series.
What is the difference between formatted&unformatted i/o functions?
How do you search data in a data file using random access method?
What is the difference between #include
What is hash table in c?
Write a program of prime number using recursion.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.