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
Are the variables argc and argv are always local to main?
Explain modulus operator.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is wrong with this code?
Are the outer parentheses in return statements really optional?
what value is returned to operating system after program execution?
What does c mean before a date?
What is the return type of sizeof?
What is function what are the types of function?
What is realloc in c?
Can we assign string to char pointer?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the explanation for cyclic nature of data types in c?
What is graph in c?